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

/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);

Completed in 205 milliseconds