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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h106 uptr old_size = GetActuallyAllocatedSize(p);
145 uptr GetActuallyAllocatedSize(void *p) { function in class:CombinedAllocator
147 return primary_.GetActuallyAllocatedSize(p);
148 return secondary_.GetActuallyAllocatedSize(p);
H A Dsanitizer_allocator_primary32.h214 uptr GetActuallyAllocatedSize(void *p) { function in class:SizeClassAllocator32
H A Dsanitizer_allocator_secondary.h168 uptr GetActuallyAllocatedSize(void *p) { function in class:LargeMmapAllocator
H A Dsanitizer_allocator_primary64.h198 uptr GetActuallyAllocatedSize(void *p) { function in class:SizeClassAllocator64
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h168 static uptr GetActuallyAllocatedSize(void *Ptr) { function in class:LargeMmapAllocator
H A Dscudo_allocator.cpp102 return SecondaryT::GetActuallyAllocatedSize(
111 return SecondaryT::GetActuallyAllocatedSize(
426 // GetActuallyAllocatedSize.
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp71 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp213 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp302 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac);
487 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);

Completed in 69 milliseconds