Home
last modified time | relevance | path

Searched refs:actually_allocated_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate() local
161 if (new_size <= actually_allocated_size) { in DFsanReallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(ptr); in NsanReallocate() local
161 if (new_size <= actually_allocated_size) { in NsanReallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp271 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local
272 if (new_size <= actually_allocated_size) { in MsanReallocate()