Home
last modified time | relevance | path

Searched defs:bytes_allocated (Results 1 – 25 of 25) 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.h26 inline mirror::Object* RegionSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
35 size_t* bytes_allocated, in AllocThreadUnsafe()
43 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
114 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc()
265 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()
Drosalloc_space-inl.h65 size_t* bytes_allocated, size_t* usable_size, in AllocCommon()
99 size_t* bytes_allocated) { in AllocThreadLocal()
Dspace_test.h71 size_t* bytes_allocated, in Alloc()
91 size_t* bytes_allocated, in AllocWithGrowth()
195 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
293 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
Ddlmalloc_space.h55 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
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.cc52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
134 size_t* bytes_allocated, size_t* usable_size, in Alloc()
479 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
Dlarge_object_space_test.cc103 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
Drosalloc_space.cc155 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
290 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dregion_space.cc288 void RegionSpace::FreeLarge(mirror::Object* large_obj, size_t bytes_allocated) { in FreeLarge()
Dspace.h219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
Dregion_space.h394 size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in GetLivePercent() local
/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.cc86 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
Drosalloc.cc466 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject()
638 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe()
658 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun()
1733 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in BytesAllocatedCallback() local
/art/runtime/gc/
Dheap-inl.h70 size_t bytes_allocated; in AllocObjectWithAllocator() local
239 size_t* bytes_allocated, in TryToAllocate()
Dheap.cc1688 size_t* bytes_allocated, in AllocateInternalWithGc()
2378 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
3554 const uint64_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local
/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.cc130 const size_t bytes_allocated = BytesAllocated(); in Dump() local
/art/runtime/gc/collector/
Dsemi_space.cc510 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
Dconcurrent_copying.cc1792 size_t bytes_allocated = 0U; in Copy() local