/aosp_15_r20/art/runtime/gc/space/ |
H A D | region_space-inl.h | 31 /* 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 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()
|
H A 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
|
H A 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
|
H A D | rosalloc_space-inl.h | 33 size_t* bytes_allocated, size_t* usable_size, in AllocCommon() 67 size_t* bytes_allocated) { in AllocThreadLocal()
|
H A D | dlmalloc_space-inl.h | 29 size_t* bytes_allocated, in AllocNonvirtual() 56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
|
H A D | bump_pointer_space-inl.h | 29 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 D | dlmalloc_space.cc | 74 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 D | large_object_space.cc | 54 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 D | rosalloc_space.cc | 203 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth() 359 size_t bytes_allocated = 0; in GetBytesAllocated() local
|
H A D | dlmalloc_space.h | 64 size_t* bytes_allocated, in Alloc()
|
H A D | large_object_space_test.cc | 113 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
|
/aosp_15_r20/art/runtime/gc/allocator/ |
H A 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()
|
H A D | rosalloc.cc | 462 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 D | heap-inl.h | 81 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 D | DebugTest.java | 315 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 D | mod_union_table_test.cc | 56 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 D | allocator_test.cc | 258 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 D | Main.java | 211 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 D | http_header_storage.h | 46 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 D | quiche_simple_arena.h | 26 size_t bytes_allocated() const { return bytes_allocated_; } in bytes_allocated() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | arenaz_sampler.h | 69 std::atomic<size_t> bytes_allocated; member
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | arenaz_sampler.h | 69 std::atomic<size_t> bytes_allocated; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | scoped_allocator.h | 39 size_t bytes_allocated; member
|
H A D | scoped_allocator_mgr.cc | 183 size_t bytes_allocated = bytes_requested; in PopulateFields() local
|