Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h110 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()
149 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
151 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
152 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
H A Dsanitizer_allocator_secondary.h169 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
H A Dsanitizer_allocator_primary32.h205 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
H A Dsanitizer_allocator_primary64.h198 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h169 static uptr GetActuallyAllocatedSize(void *Ptr) { in GetActuallyAllocatedSize() function
H A Dscudo_allocator.cpp97 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()
106 return SecondaryT::GetActuallyAllocatedSize( in getSize()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc217 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc82 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc298 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac); in RePoisonChunk()
471 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()