reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  297     uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac);
  470       uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
   71   return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_));
projects/compiler-rt/lib/msan/msan_allocator.cpp
  206   uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
  106     uptr old_size = GetActuallyAllocatedSize(p);