/art/runtime/gc/ |
D | heap-inl.h | 110 size_t bytes_tl_bulk_allocated = 0; in AllocObjectWithAllocator() local 112 &usable_size, &bytes_tl_bulk_allocated); in AllocObjectWithAllocator() 122 &bytes_tl_bulk_allocated, &klass); in AllocObjectWithAllocator() 157 new_num_bytes_allocated = num_bytes_allocated_.FetchAndAddRelaxed(bytes_tl_bulk_allocated) + in AllocObjectWithAllocator() 158 bytes_tl_bulk_allocated; in AllocObjectWithAllocator() 159 if (bytes_tl_bulk_allocated > 0) { in AllocObjectWithAllocator() 162 TraceHeapSize(new_num_bytes_allocated + bytes_tl_bulk_allocated); in AllocObjectWithAllocator() 251 size_t* bytes_tl_bulk_allocated) { in TryToAllocate() argument 267 *bytes_tl_bulk_allocated = alloc_size; in TryToAllocate() 281 bytes_tl_bulk_allocated); in TryToAllocate() [all …]
|
/art/runtime/gc/space/ |
D | memory_tool_malloc_space-inl.h | 33 size_t bytes_tl_bulk_allocated, in AdjustForValgrind() argument 40 *bytes_tl_bulk_allocated_out = bytes_tl_bulk_allocated; in AdjustForValgrind() 92 size_t bytes_tl_bulk_allocated; in AllocWithGrowth() local 95 &bytes_tl_bulk_allocated); in AllocWithGrowth() 103 bytes_tl_bulk_allocated, in AllocWithGrowth() 121 size_t bytes_tl_bulk_allocated; in Alloc() local 123 &bytes_allocated, &usable_size, &bytes_tl_bulk_allocated); in Alloc() 131 bytes_tl_bulk_allocated, in Alloc() 149 size_t bytes_tl_bulk_allocated; in AllocThreadUnsafe() local 152 &bytes_tl_bulk_allocated); in AllocThreadUnsafe() [all …]
|
D | rosalloc_space.h | 50 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 53 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE { in Alloc() argument 55 bytes_tl_bulk_allocated); in Alloc() 58 size_t* usable_size, size_t* bytes_tl_bulk_allocated) in AllocThreadUnsafe() argument 61 bytes_tl_bulk_allocated); in AllocThreadUnsafe() 72 size_t* usable_size, size_t* bytes_tl_bulk_allocated) { in AllocNonvirtual() argument 75 bytes_tl_bulk_allocated); in AllocNonvirtual() 79 size_t* bytes_tl_bulk_allocated) { in AllocNonvirtualThreadUnsafe() argument 82 bytes_tl_bulk_allocated); in AllocNonvirtualThreadUnsafe() 158 size_t* usable_size, size_t* bytes_tl_bulk_allocated);
|
D | dlmalloc_space-inl.h | 31 size_t* bytes_tl_bulk_allocated) { in AllocNonvirtual() argument 36 bytes_tl_bulk_allocated); in AllocNonvirtual() 58 size_t* bytes_tl_bulk_allocated) { in AllocWithoutGrowthLocked() argument 68 *bytes_tl_bulk_allocated = allocation_size; in AllocWithoutGrowthLocked()
|
D | region_space-inl.h | 29 size_t* bytes_tl_bulk_allocated) { in Alloc() argument 32 bytes_tl_bulk_allocated); in Alloc() 38 size_t* bytes_tl_bulk_allocated) { in AllocThreadUnsafe() argument 40 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in AllocThreadUnsafe() 46 size_t* bytes_tl_bulk_allocated) { in AllocNonvirtual() argument 54 bytes_tl_bulk_allocated); in AllocNonvirtual() 63 bytes_tl_bulk_allocated); in AllocNonvirtual() 69 obj = r->Alloc(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in AllocNonvirtual() 83 bytes_tl_bulk_allocated); in AllocNonvirtual() 93 size_t* bytes_tl_bulk_allocated) { in Alloc() argument [all …]
|
D | large_object_space_test.cc | 61 size_t bytes_tl_bulk_allocated; in LargeObjectTest() local 63 &bytes_tl_bulk_allocated); in LargeObjectTest() 67 ASSERT_EQ(allocation_size, bytes_tl_bulk_allocated); in LargeObjectTest() 112 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local 115 &bytes_tl_bulk_allocated); in LargeObjectTest() 132 size_t alloc_size, bytes_tl_bulk_allocated; in Run() local 134 &bytes_tl_bulk_allocated); in Run()
|
D | bump_pointer_space-inl.h | 30 size_t* bytes_tl_bulk_allocated) { in Alloc() argument 38 *bytes_tl_bulk_allocated = num_bytes; in Alloc() 46 size_t* bytes_tl_bulk_allocated) { in AllocThreadUnsafe() argument 62 *bytes_tl_bulk_allocated = num_bytes; in AllocThreadUnsafe()
|
D | rosalloc_space-inl.h | 34 size_t* bytes_tl_bulk_allocated) { in AllocCommon() argument 56 DCHECK(bytes_tl_bulk_allocated != nullptr); in AllocCommon() 57 *bytes_tl_bulk_allocated = rosalloc_bytes_tl_bulk_allocated; in AllocCommon()
|
D | space_test.h | 73 size_t* bytes_tl_bulk_allocated) in Alloc() argument 81 bytes_tl_bulk_allocated); in Alloc() 93 size_t* bytes_tl_bulk_allocated) in AllocWithGrowth() argument 98 bytes_tl_bulk_allocated); in AllocWithGrowth() 193 size_t bytes_tl_bulk_allocated; in SizeFootPrintGrowthLimitAndTrimBody() local 196 &bytes_tl_bulk_allocated)); in SizeFootPrintGrowthLimitAndTrimBody() 199 &bytes_tl_bulk_allocated)); in SizeFootPrintGrowthLimitAndTrimBody() 212 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 || in SizeFootPrintGrowthLimitAndTrimBody() 213 bytes_tl_bulk_allocated >= allocation_size); in SizeFootPrintGrowthLimitAndTrimBody() 291 size_t bytes_tl_bulk_allocated; in SizeFootPrintGrowthLimitAndTrimBody() local [all …]
|
D | memory_tool_malloc_space.h | 35 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 38 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE; 40 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
|
D | dlmalloc_space.h | 52 size_t* bytes_tl_bulk_allocated) 56 size_t* usable_size, size_t* bytes_tl_bulk_allocated) in Alloc() argument 59 bytes_tl_bulk_allocated); in Alloc() 88 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 149 size_t* bytes_tl_bulk_allocated)
|
D | space_create_test.cc | 315 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; in TEST_P() local 322 &bytes_tl_bulk_allocated); in TEST_P() 327 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 || in TEST_P() 328 bytes_tl_bulk_allocated >= allocation_size); in TEST_P() 336 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; in TEST_P() local 342 &bytes_tl_bulk_allocated); in TEST_P() 347 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 || in TEST_P() 348 bytes_tl_bulk_allocated >= allocation_size); in TEST_P()
|
D | large_object_space.cc | 55 size_t* usable_size, size_t* bytes_tl_bulk_allocated) in Alloc() argument 59 usable_size, bytes_tl_bulk_allocated); in Alloc() 137 size_t* bytes_tl_bulk_allocated) { in Alloc() argument 160 DCHECK(bytes_tl_bulk_allocated != nullptr); in Alloc() 161 *bytes_tl_bulk_allocated = allocation_size; in Alloc() 473 size_t* usable_size, size_t* bytes_tl_bulk_allocated) { in Alloc() argument 511 DCHECK(bytes_tl_bulk_allocated != nullptr); in Alloc() 512 *bytes_tl_bulk_allocated = allocation_size; in Alloc()
|
D | malloc_space.h | 58 size_t* bytes_tl_bulk_allocated) = 0; 61 size_t* usable_size, size_t* bytes_tl_bulk_allocated) = 0;
|
D | bump_pointer_space.h | 54 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE; 57 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
|
D | space.h | 215 size_t* usable_size, size_t* bytes_tl_bulk_allocated) = 0; 220 size_t* bytes_tl_bulk_allocated) in AllocThreadUnsafe() argument 222 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in AllocThreadUnsafe()
|
D | region_space.h | 51 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 55 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 61 size_t* bytes_tl_bulk_allocated) 66 size_t* bytes_tl_bulk_allocated) REQUIRES(!region_lock_); 292 size_t* bytes_tl_bulk_allocated);
|
D | zygote_space.h | 49 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE;
|
D | large_object_space.h | 139 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 175 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
|
D | dlmalloc_space.cc | 131 size_t* bytes_tl_bulk_allocated) { in AllocWithGrowth() argument 140 bytes_tl_bulk_allocated); in AllocWithGrowth()
|
D | rosalloc_space.cc | 157 size_t* bytes_tl_bulk_allocated) { in AllocWithGrowth() argument 166 bytes_tl_bulk_allocated); in AllocWithGrowth()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 33 size_t* bytes_tl_bulk_allocated) { in Alloc() argument 36 bytes_tl_bulk_allocated); in Alloc() 40 m = AllocFromRun(self, size, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in Alloc() 43 bytes_tl_bulk_allocated); in Alloc()
|
D | rosalloc.h | 786 size_t* bytes_tl_bulk_allocated) 791 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 811 size_t* usable_size, size_t* bytes_tl_bulk_allocated) 850 size_t* bytes_tl_bulk_allocated)
|
D | rosalloc.cc | 460 size_t* usable_size, size_t* bytes_tl_bulk_allocated) { in AllocLargeObject() argument 479 *bytes_tl_bulk_allocated = total_bytes; in AllocLargeObject() 633 size_t* bytes_tl_bulk_allocated) { in AllocFromRunThreadUnsafe() argument 636 DCHECK(bytes_tl_bulk_allocated != nullptr); in AllocFromRunThreadUnsafe() 645 *bytes_tl_bulk_allocated = bracket_size; in AllocFromRunThreadUnsafe() 652 size_t* usable_size, size_t* bytes_tl_bulk_allocated) { in AllocFromRun() argument 655 DCHECK(bytes_tl_bulk_allocated != nullptr); in AllocFromRun() 719 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size; in AllocFromRun() 725 *bytes_tl_bulk_allocated = 0; in AllocFromRun() 749 *bytes_tl_bulk_allocated = bracket_size; in AllocFromRun()
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 53 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in AllocObjectArray() local 55 space->Alloc(self, size, &bytes_allocated, nullptr, &bytes_tl_bulk_allocated)); in AllocObjectArray() 82 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in GetObjectArrayClass() local 85 &bytes_tl_bulk_allocated)); in GetObjectArrayClass()
|