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