Searched refs:GetActuallyAllocatedSize (Results 1 – 4 of 4) sorted by relevance
386 static uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function769 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1107 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1346 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()1385 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1387 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()1388 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
170 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
111 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()360 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()