Searched refs:actually_allocated_size (Results 1 – 2 of 2) sorted by relevance
187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local188 if (new_size <= actually_allocated_size) { in MsanReallocate()
227 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate() local228 if (new_size <= actually_allocated_size) { in MsanReallocate()