| /art/runtime/gc/space/ |
| D | rosalloc_space.h | 52 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()
|
| D | region_space-inl.h | 26 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()
|
| D | memory_tool_malloc_space-inl.h | 32 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
|
| D | dlmalloc_space-inl.h | 29 size_t* bytes_allocated, in AllocNonvirtual() 56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
|
| D | bump_pointer_space-inl.h | 27 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc() 43 size_t* bytes_allocated, in AllocThreadUnsafe()
|
| D | rosalloc_space-inl.h | 65 size_t* bytes_allocated, size_t* usable_size, in AllocCommon() 99 size_t* bytes_allocated) { in AllocThreadLocal()
|
| D | space_test.h | 71 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
|
| D | dlmalloc_space.h | 55 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
|
| D | dlmalloc_space.cc | 129 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth() 266 size_t bytes_allocated = 0; in GetBytesAllocated() local
|
| D | large_object_space.cc | 52 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()
|
| D | large_object_space_test.cc | 103 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
|
| D | rosalloc_space.cc | 155 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth() 290 size_t bytes_allocated = 0; in GetBytesAllocated() local
|
| D | region_space.cc | 288 void RegionSpace::FreeLarge(mirror::Object* large_obj, size_t bytes_allocated) { in FreeLarge()
|
| D | space.h | 219 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
|
| D | region_space.h | 394 size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in GetLivePercent() 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 | 86 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
|
| D | rosalloc.cc | 466 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/ |
| D | heap-inl.h | 70 size_t bytes_allocated; in AllocObjectWithAllocator() local 239 size_t* bytes_allocated, in TryToAllocate()
|
| D | heap.cc | 1688 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/ |
| 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 | 53 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/ |
| D | arena_allocator.cc | 130 const size_t bytes_allocated = BytesAllocated(); in Dump() local
|
| /art/runtime/gc/collector/ |
| D | semi_space.cc | 510 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
|
| D | concurrent_copying.cc | 1792 size_t bytes_allocated = 0U; in Copy() local
|