Home
last modified time | relevance | path

Searched refs:bytes_tl_bulk_allocated (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/gc/
Dheap-inl.h110 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/
Dmemory_tool_malloc_space-inl.h33 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 …]
Drosalloc_space.h50 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);
Ddlmalloc_space-inl.h31 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()
Dregion_space-inl.h29 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 …]
Dlarge_object_space_test.cc61 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()
Dbump_pointer_space-inl.h30 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()
Drosalloc_space-inl.h34 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()
Dspace_test.h73 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 …]
Dmemory_tool_malloc_space.h35 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)
Ddlmalloc_space.h52 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)
Dspace_create_test.cc315 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()
Dlarge_object_space.cc55 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()
Dmalloc_space.h58 size_t* bytes_tl_bulk_allocated) = 0;
61 size_t* usable_size, size_t* bytes_tl_bulk_allocated) = 0;
Dbump_pointer_space.h54 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE;
57 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
Dspace.h215 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()
Dregion_space.h51 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);
Dzygote_space.h49 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE;
Dlarge_object_space.h139 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
175 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
Ddlmalloc_space.cc131 size_t* bytes_tl_bulk_allocated) { in AllocWithGrowth() argument
140 bytes_tl_bulk_allocated); in AllocWithGrowth()
Drosalloc_space.cc157 size_t* bytes_tl_bulk_allocated) { in AllocWithGrowth() argument
166 bytes_tl_bulk_allocated); in AllocWithGrowth()
/art/runtime/gc/allocator/
Drosalloc-inl.h33 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()
Drosalloc.h786 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)
Drosalloc.cc460 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/
Dmod_union_table_test.cc53 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()

12