Home
last modified time | relevance | path

Searched defs:bytes_allocated (Results 1 – 24 of 24) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.h52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
57 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
71 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
78 size_t* bytes_allocated, size_t* usable_size, in AllocNonvirtualThreadUnsafe()
Dregion_space-inl.h27 inline mirror::Object* RegionSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
36 size_t* bytes_allocated, in AllocThreadUnsafe()
44 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
115 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc()
280 mirror::Object* RegionSpace::AllocLarge(size_t num_bytes, size_t* bytes_allocated, in AllocLarge()
Dmemory_tool_malloc_space-inl.h32 size_t bytes_allocated, size_t usable_size, in AdjustForValgrind()
90 size_t bytes_allocated; in AllocWithGrowth() local
119 size_t bytes_allocated; in Alloc() local
147 size_t bytes_allocated; in AllocThreadUnsafe() local
Ddlmalloc_space-inl.h29 size_t* bytes_allocated, in AllocNonvirtual()
56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
Dbump_pointer_space-inl.h27 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
43 size_t* bytes_allocated, in AllocThreadUnsafe()
Dspace_test.h71 size_t* bytes_allocated, in Alloc()
91 size_t* bytes_allocated, in AllocWithGrowth()
192 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
290 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
Drosalloc_space-inl.h65 size_t* bytes_allocated, size_t* usable_size, in AllocCommon()
99 size_t* bytes_allocated) { in AllocThreadLocal()
Ddlmalloc_space.h55 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
Dregion_space.cc167 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated() local
400 void RegionSpace::FreeLarge(mirror::Object* large_obj, size_t bytes_allocated) { in FreeLarge()
Ddlmalloc_space.cc129 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
266 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dlarge_object_space.cc51 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
133 size_t* bytes_allocated, size_t* usable_size, in Alloc()
469 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
Drosalloc_space.cc155 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
290 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dlarge_object_space_test.cc105 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
Dspace.h219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
/art/runtime/gc/allocator/
Drosalloc-inl.h31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc()
79 size_t* bytes_allocated) { in AllocFromThreadLocalRun()
Ddlmalloc.cc89 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
Drosalloc.cc459 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject()
631 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe()
651 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun()
1726 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in BytesAllocatedCallback() local
/art/runtime/gc/
Dheap-inl.h77 size_t bytes_allocated; in AllocObjectWithAllocator() local
243 size_t* bytes_allocated, in TryToAllocate()
Dheap.cc1660 size_t* bytes_allocated, in AllocateInternalWithGc()
2377 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
3581 const uint64_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local
4197 size_t* bytes_allocated, in AllocWithNewTLAB()
/art/test/099-vmdebug/src/
DMain.java183 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated"); in testRuntimeStat() local
210 String bytes_allocated = map.get("art.gc.bytes-allocated"); in testRuntimeStats() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc53 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in AllocObjectArray() local
82 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in GetObjectArrayClass() local
/art/runtime/base/
Darena_allocator.cc136 const size_t bytes_allocated = BytesAllocated(); in Dump() local
/art/runtime/gc/collector/
Dsemi_space.cc515 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
Dconcurrent_copying.cc2181 size_t bytes_allocated = 0U; in Copy() local