Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h106 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()
145 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
147 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
148 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
H A Dsanitizer_allocator_secondary.h168 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
H A Dsanitizer_allocator_primary32.h216 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
H A Dsanitizer_allocator_primary64.h274 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h168 static uptr GetActuallyAllocatedSize(void *Ptr) { in GetActuallyAllocatedSize() function
H A Dscudo_allocator.cpp103 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()
112 return SecondaryT::GetActuallyAllocatedSize( in getSize()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp140 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp227 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp361 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()
555 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()