Searched refs:GetActuallyAllocatedSize (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc156 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h382 static uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::SizeClassAllocator64
765 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::SizeClassAllocator32
1083 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::LargeMmapAllocator
1284 uptr old_size = GetActuallyAllocatedSize(p);
1323 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::CombinedAllocator
1325 return primary_.GetActuallyAllocatedSize(p);
1326 return secondary_.GetActuallyAllocatedSize(p);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc110 CHECK_GE(a->GetActuallyAllocatedSize(x), size);
359 CHECK_GE(a.GetActuallyAllocatedSize(x), size);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc337 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);

Completed in 1834 milliseconds