Searched refs:GetActuallyAllocatedSize (Results 1 – 5 of 5) sorted by relevance
400 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function794 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1136 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1375 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()1414 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function1416 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()1417 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
352 memset(Ptr, 0, BackendAllocator.GetActuallyAllocatedSize(Ptr)); in allocate()446 BackendAllocator.GetActuallyAllocatedSize(Chunk->AllocBeg(Header)); in getUsableSize()
187 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
123 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()371 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
384 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()