Searched refs:GetActuallyAllocatedSize (Results 1 – 4 of 4) sorted by relevance
386 static uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function770 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1112 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1351 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()1390 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1392 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()1393 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
113 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()362 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()