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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h386 static uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::SizeClassAllocator64
769 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::SizeClassAllocator32
1107 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::LargeMmapAllocator
1346 uptr old_size = GetActuallyAllocatedSize(p);
1385 uptr GetActuallyAllocatedSize(void *p) { function in class:__sanitizer::CombinedAllocator
1387 return primary_.GetActuallyAllocatedSize(p);
1388 return secondary_.GetActuallyAllocatedSize(p);

Completed in 67 milliseconds