Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Drosalloc_space.h59 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()
Dregion_space-inl.h33 /* 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()
Drosalloc_space-inl.h33 size_t* bytes_allocated, size_t* usable_size, in AllocCommon()
67 size_t* bytes_allocated) { in AllocThreadLocal()
Ddlmalloc_space-inl.h29 size_t* bytes_allocated, in AllocNonvirtual()
56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
Dmemory_tool_malloc_space-inl.h35 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
Dbump_pointer_space-inl.h28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
44 size_t* bytes_allocated, in AllocThreadUnsafe()
Dspace_test.h70 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
Ddlmalloc_space.h64 size_t* bytes_allocated, in Alloc()
Ddlmalloc_space.cc168 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
325 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dlarge_object_space_test.cc113 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
Dlarge_object_space.cc54 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()
Drosalloc_space.cc203 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
359 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dspace.h218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
Dregion_space.cc275 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated() 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.cc93 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
Drosalloc.cc462 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/
Dheap-inl.h81 size_t bytes_allocated; in AllocObjectWithAllocator() local
287 size_t* bytes_allocated, in TryToAllocate()
Dheap.cc1115 uint64_t bytes_allocated = GetBytesAllocated(); in CalculateGcWeightedAllocatedBytes() local
1744 size_t* bytes_allocated, in AllocateInternalWithGc()
2251 size_t bytes_allocated, unused_bytes_tl_bulk_allocated; in MarkNonForwardedObject() local
3520 const size_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local
4175 size_t* bytes_allocated, in AllocWithNewTLAB()
/art/test/099-vmdebug/src/
DMain.java184 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated"); in testRuntimeStat() local
211 String bytes_allocated = map.get("art.gc.bytes-allocated"); in testRuntimeStats() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc55 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/
Darena_allocator.cc143 const size_t bytes_allocated = BytesAllocated(); in Dump() local
/art/runtime/gc/collector/
Dsemi_space.cc429 size_t bytes_allocated, unused_bytes_tl_bulk_allocated; in MarkNonForwardedObject() local
Dconcurrent_copying.cc3362 size_t bytes_allocated = 0U; in Copy() local