Searched refs:GetActuallyAllocatedSize (Results 1 – 2 of 2) sorted by relevance
188 static uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function419 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function514 uptr old_size = GetActuallyAllocatedSize(p); in Reallocate()541 uptr GetActuallyAllocatedSize(void *p) { in GetActuallyAllocatedSize() function543 return primary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()544 return secondary_.GetActuallyAllocatedSize(p); in GetActuallyAllocatedSize()
75 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()166 CHECK_GE(a.GetActuallyAllocatedSize(x), size); in TEST()