Searched refs:GetActuallyAllocatedSize (Results 1 – 9 of 9) sorted by relevance
110 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()149 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function151 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()152 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
169 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
205 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
198 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
169 static uptr GetActuallyAllocatedSize(void *Ptr) { in GetActuallyAllocatedSize() function
97 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()106 return SecondaryT::GetActuallyAllocatedSize( in getSize()
217 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
82 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()
298 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac); in RePoisonChunk()471 uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated); in Allocate()