Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/runtime/gc/space/
H A 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()
H A 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()
H A 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
H A 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
H A Drosalloc_space-inl.h33 size_t* bytes_allocated, size_t* usable_size, in AllocCommon()
67 size_t* bytes_allocated) { in AllocThreadLocal()
H A Ddlmalloc_space-inl.h29 size_t* bytes_allocated, in AllocNonvirtual()
56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
H A 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()
H A 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
H A 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()
H A Drosalloc_space.cc203 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
359 size_t bytes_allocated = 0; in GetBytesAllocated() local
H A Ddlmalloc_space.h64 size_t* bytes_allocated, in Alloc()
H A Dlarge_object_space_test.cc113 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
/aosp_15_r20/art/runtime/gc/allocator/
H A 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()
H A 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
/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h81 size_t bytes_allocated; in AllocObjectWithAllocator() local
306 size_t* bytes_allocated, in TryToAllocate()
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DDebugTest.java315 String bytes_allocated = Debug.getRuntimeStat("art.gc.bytes-allocated"); in testGetRuntimeStat() local
343 String bytes_allocated = map.get("art.gc.bytes-allocated"); in testGetRuntimeStats() local
/aosp_15_r20/art/runtime/gc/accounting/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator_test.cc258 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local
285 absl::optional<std::string> bytes_allocated, peak_bytes_in_use, in TEST() local
/aosp_15_r20/art/test/099-vmdebug/src/
H A 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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_storage.h46 size_t bytes_allocated() const { return arena_.status().bytes_allocated(); } in bytes_allocated() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_simple_arena.h26 size_t bytes_allocated() const { return bytes_allocated_; } in bytes_allocated() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darenaz_sampler.h69 std::atomic<size_t> bytes_allocated; member
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darenaz_sampler.h69 std::atomic<size_t> bytes_allocated; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dscoped_allocator.h39 size_t bytes_allocated; member
H A Dscoped_allocator_mgr.cc183 size_t bytes_allocated = bytes_requested; in PopulateFields() local

12