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()
113 &usable_size, &bytes_tl_bulk_allocated); in AllocObjectWithAllocator()
122 &usable_size, in AllocObjectWithAllocator()
139 DCHECK_GT(usable_size, 0u); in AllocObjectWithAllocator()
156 pre_fence_visitor(obj, usable_size); in AllocObjectWithAllocator()
168 CHECK_LE(obj->SizeOf(), usable_size); in AllocObjectWithAllocator()
252 size_t* usable_size, in TryToAllocate() argument
268 *usable_size = alloc_size; in TryToAllocate()
282 ret = rosalloc_space_->Alloc(self, alloc_size, bytes_allocated, usable_size, in TryToAllocate()
299 usable_size, in TryToAllocate()
310 usable_size, in TryToAllocate()
317 usable_size, in TryToAllocate()
326 usable_size, in TryToAllocate()
334 usable_size, in TryToAllocate()
347 usable_size, in TryToAllocate()
366 usable_size, in TryToAllocate()
374 *usable_size = alloc_size; in TryToAllocate()