Searched refs:actually_allocated_size (Results 1 – 3 of 3) sorted by relevance
160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate() local161 if (new_size <= actually_allocated_size) { in DFsanReallocate()
160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(ptr); in NsanReallocate() local161 if (new_size <= actually_allocated_size) { in NsanReallocate()
271 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local272 if (new_size <= actually_allocated_size) { in MsanReallocate()