Home
last modified time | relevance | path

Searched defs:bytes_allocated (Results 1 – 23 of 23) 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.h31 /* out */ size_t* bytes_allocated, in Alloc()
41 /* out */ size_t* bytes_allocated, in AllocThreadUnsafe()
50 /* out */ size_t* bytes_allocated, in AllocNonvirtual()
98 /* out */ size_t* bytes_allocated, in Alloc()
312 /* out */ size_t* bytes_allocated, in AllocLarge()
382 /* out */ size_t* bytes_allocated, in AllocLargeInRange()
459 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.h29 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
45 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.cc74 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
218 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
375 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()
139 size_t* bytes_allocated, size_t* usable_size, in Alloc()
535 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.cc263 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()
Drosalloc.cc462 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()
1724 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
304 size_t* bytes_allocated, in TryToAllocate()
Dheap.cc1246 uint64_t bytes_allocated = GetBytesAllocated(); in CalculateGcWeightedAllocatedBytes() local
1940 size_t* bytes_allocated, in AllocateInternalWithGc()
2416 size_t bytes_allocated, unused_bytes_tl_bulk_allocated; in MarkNonForwardedObject() local
3765 const size_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local
4544 size_t* bytes_allocated, in AllocWithNewTLAB()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc56 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in AllocObjectArray() local
84 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in GetObjectArrayClass() local
/art/test/099-vmdebug/src/
DMain.java211 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated"); in testRuntimeStat() local
238 String bytes_allocated = map.get("art.gc.bytes-allocated"); in testRuntimeStats() local
/art/libartbase/base/
Darena_allocator.cc144 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.cc3473 size_t bytes_allocated = 0U; in Copy() local