Searched refs:GetActuallyAllocatedSize (Results 1 – 10 of 10) sorted by relevance
106 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()145 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function147 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()148 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
168 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
216 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
274 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
168 static uptr GetActuallyAllocatedSize(void *Ptr) { in GetActuallyAllocatedSize() function
103 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()112 return SecondaryT::GetActuallyAllocatedSize( in getSize()
140 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate()
227 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()
361 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()555 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()