Searched refs:GetActuallyAllocatedSize (Results 1 – 10 of 10) sorted by relevance
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()
79 return internal_allocator()->GetActuallyAllocatedSize(ptr); in GetSize()
168 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
217 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
275 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function
160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in DFsanReallocate()
160 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(ptr); in NsanReallocate()
271 uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p); in MsanReallocate()
405 uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)chunk); in RePoisonChunk()623 uptr tail_end = alloc_beg + allocator.GetActuallyAllocatedSize(allocated); in Allocate()
72 return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_)); in ActualSize()