Searched refs:GetActuallyAllocatedSize (Results 1 – 9 of 9) 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
157 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate()
272 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
404 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()617 uptr tail_end = alloc_beg + allocator.GetActuallyAllocatedSize(allocated); in Allocate()
72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()