Searched refs:GetActuallyAllocatedSize (Results 1 – 10 of 10) sorted by relevance
38 internal_allocator()->GetActuallyAllocatedSize(ptr)); in Allocate()46 internal_allocator()->GetActuallyAllocatedSize(ptr)); in Callocate()51 uptr size = internal_allocator()->GetActuallyAllocatedSize(ptr); in Free()64 uptr size = internal_allocator()->GetActuallyAllocatedSize(ptr); in Realloc()
106 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()143 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function145 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()146 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
168 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
217 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
274 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
150 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate()
233 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
350 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()544 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()
250 CHECK_GE(a->GetActuallyAllocatedSize(x), size); in TestSizeClassAllocator()628 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()
67 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()