Home
last modified time | relevance | path

Searched refs:GetActuallyAllocatedSize (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator64.h188 static uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
419 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
514 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()
541 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
543 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
544 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator64_test.cc75 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
166 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()