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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 93 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 373 static uptr GetActuallyAllocatedSize(void *p) {
694 uptr GetActuallyAllocatedSize(void *p) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 109 CHECK_GE(a->GetActuallyAllocatedSize(x), size);
357 CHECK_GE(a.GetActuallyAllocatedSize(x), size);

Completed in 390 milliseconds