HomeSort by relevance Sort by last modified time
    Searched refs:GetActuallyAllocatedSize (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_allocator.cc 90 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 370 static uptr GetActuallyAllocatedSize(void *p) {
665 uptr GetActuallyAllocatedSize(void *p) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 96 CHECK_GE(a->GetActuallyAllocatedSize(x), size);
301 CHECK_GE(a.GetActuallyAllocatedSize(x), size);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 511 uptr actual_size = allocator.GetActuallyAllocatedSize(ptr);

Completed in 127 milliseconds