Home | History | Annotate | Download | only in gc

Lines Matching refs:bytes_allocated

78   size_t bytes_allocated;
92 bytes_allocated = byte_count;
93 usable_size = bytes_allocated;
98 (obj = rosalloc_space_->AllocThreadLocal(self, byte_count, &bytes_allocated)) != nullptr &&
105 usable_size = bytes_allocated;
111 obj = TryToAllocate<kInstrumented, false>(self, allocator, byte_count, &bytes_allocated,
120 &bytes_allocated,
137 DCHECK_GT(bytes_allocated, 0u);
173 thread_stats->allocated_bytes += bytes_allocated;
176 global_stats->allocated_bytes += bytes_allocated;
186 allocation_records_->RecordAllocation(self, &obj, bytes_allocated);
192 l->ObjectAllocated(self, &obj, bytes_allocated);
249 size_t* bytes_allocated,
265 *bytes_allocated = alloc_size;
280 ret = rosalloc_space_->Alloc(self, alloc_size, bytes_allocated, usable_size,
296 bytes_allocated,
307 bytes_allocated,
314 bytes_allocated,
323 bytes_allocated,
331 bytes_allocated,
344 bytes_allocated,
363 bytes_allocated,
370 *bytes_allocated = alloc_size;