Lines Matching refs:usable_size
80 size_t usable_size; in AllocObjectWithAllocator() local
94 usable_size = bytes_allocated; in AllocObjectWithAllocator()
95 pre_fence_visitor(obj, usable_size); in AllocObjectWithAllocator()
106 usable_size = bytes_allocated; in AllocObjectWithAllocator()
107 pre_fence_visitor(obj, usable_size); in AllocObjectWithAllocator()
114 &usable_size, &bytes_tl_bulk_allocated); in AllocObjectWithAllocator()
123 &usable_size, in AllocObjectWithAllocator()
140 DCHECK_GT(usable_size, 0u); in AllocObjectWithAllocator()
157 pre_fence_visitor(obj, usable_size); in AllocObjectWithAllocator()
169 CHECK_LE(obj->SizeOf(), usable_size); in AllocObjectWithAllocator()
255 size_t* usable_size, in TryToAllocate() argument
271 *usable_size = alloc_size; in TryToAllocate()
285 ret = rosalloc_space_->Alloc(self, alloc_size, bytes_allocated, usable_size, in TryToAllocate()
302 usable_size, in TryToAllocate()
313 usable_size, in TryToAllocate()
320 usable_size, in TryToAllocate()
329 usable_size, in TryToAllocate()
337 usable_size, in TryToAllocate()
350 usable_size, in TryToAllocate()
369 usable_size, in TryToAllocate()
377 *usable_size = alloc_size; in TryToAllocate()