/art/runtime/gc/space/ |
D | rosalloc_space.h | 59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() 64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe() 78 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual() 85 size_t* bytes_allocated, size_t* usable_size, in AllocNonvirtualThreadUnsafe()
|
D | region_space-inl.h | 33 /* out */ size_t* bytes_allocated, in Alloc() 43 /* out */ size_t* bytes_allocated, in AllocThreadUnsafe() 52 /* out */ size_t* bytes_allocated, in AllocNonvirtual() 100 /* out */ size_t* bytes_allocated, in Alloc() 314 /* out */ size_t* bytes_allocated, in AllocLarge() 384 /* out */ size_t* bytes_allocated, in AllocLargeInRange() 461 inline void RegionSpace::FreeLarge(mirror::Object* large_obj, size_t bytes_allocated) { in FreeLarge()
|
D | rosalloc_space-inl.h | 33 size_t* bytes_allocated, size_t* usable_size, in AllocCommon() 67 size_t* bytes_allocated) { in AllocThreadLocal()
|
D | dlmalloc_space-inl.h | 29 size_t* bytes_allocated, in AllocNonvirtual() 56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
|
D | memory_tool_malloc_space-inl.h | 35 size_t bytes_allocated, in AdjustForMemoryTool() 98 size_t bytes_allocated; in AllocWithGrowth() local 134 size_t bytes_allocated; in Alloc() local 170 size_t bytes_allocated; in AllocThreadUnsafe() local
|
D | bump_pointer_space-inl.h | 28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() 44 size_t* bytes_allocated, in AllocThreadUnsafe()
|
D | space_test.h | 70 size_t* bytes_allocated, in Alloc() 90 size_t* bytes_allocated, in AllocWithGrowth() 193 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local 291 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
|
D | dlmalloc_space.h | 64 size_t* bytes_allocated, in Alloc()
|
D | dlmalloc_space.cc | 168 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth() 325 size_t bytes_allocated = 0; in GetBytesAllocated() local
|
D | large_object_space.cc | 54 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc() 137 size_t* bytes_allocated, size_t* usable_size, in Alloc() 500 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
|
D | large_object_space_test.cc | 113 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
|
D | rosalloc_space.cc | 203 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth() 359 size_t bytes_allocated = 0; in GetBytesAllocated() local
|
D | space.h | 218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
|
D | region_space.cc | 275 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated() local
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc() 79 size_t* bytes_allocated) { in AllocFromThreadLocalRun()
|
D | dlmalloc.cc | 93 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
|
D | rosalloc.cc | 462 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject() 634 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe() 654 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun() 1728 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in BytesAllocatedCallback() local
|
/art/runtime/gc/ |
D | heap-inl.h | 81 size_t bytes_allocated; in AllocObjectWithAllocator() local 301 size_t* bytes_allocated, in TryToAllocate()
|
D | heap.cc | 1162 uint64_t bytes_allocated = GetBytesAllocated(); in CalculateGcWeightedAllocatedBytes() local 1800 size_t* bytes_allocated, in AllocateInternalWithGc() 2248 size_t bytes_allocated, unused_bytes_tl_bulk_allocated; in MarkNonForwardedObject() local 3549 const size_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local 4308 size_t* bytes_allocated, in AllocWithNewTLAB()
|
/art/test/099-vmdebug/src/ |
D | Main.java | 183 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/ |
D | mod_union_table_test.cc | 55 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in AllocObjectArray() local 83 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in GetObjectArrayClass() local
|
/art/libartbase/base/ |
D | arena_allocator.cc | 144 const size_t bytes_allocated = BytesAllocated(); in Dump() local
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 429 size_t bytes_allocated, unused_bytes_tl_bulk_allocated; in MarkNonForwardedObject() local
|
D | concurrent_copying.cc | 3441 size_t bytes_allocated = 0U; in Copy() local
|