Searched defs:bytes_tl_bulk_allocated (Results 1 - 17 of 17) sorted by relevance

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h30 size_t* bytes_tl_bulk_allocated) {
38 *bytes_tl_bulk_allocated = num_bytes;
46 size_t* bytes_tl_bulk_allocated) {
62 *bytes_tl_bulk_allocated = num_bytes;
28 Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
43 AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A Ddlmalloc_space-inl.h31 size_t* bytes_tl_bulk_allocated) {
36 bytes_tl_bulk_allocated);
58 size_t* bytes_tl_bulk_allocated) {
68 *bytes_tl_bulk_allocated = allocation_size;
28 AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
54 AllocWithoutGrowthLocked( Thread* , size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A Drosalloc_space-inl.h34 size_t* bytes_tl_bulk_allocated) {
56 DCHECK(bytes_tl_bulk_allocated != nullptr);
57 *bytes_tl_bulk_allocated = rosalloc_bytes_tl_bulk_allocated;
32 AllocCommon(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A 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 {
55 bytes_tl_bulk_allocated);
58 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
61 bytes_tl_bulk_allocated);
72 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
75 bytes_tl_bulk_allocated);
79 size_t* bytes_tl_bulk_allocated) {
82 bytes_tl_bulk_allocated);
158 size_t* usable_size, size_t* bytes_tl_bulk_allocated);
71 AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
77 AllocNonvirtualThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
[all...]
H A Dlarge_object_space_test.cc62 size_t bytes_tl_bulk_allocated; local
64 &bytes_tl_bulk_allocated);
68 ASSERT_EQ(allocation_size, bytes_tl_bulk_allocated);
113 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; local
116 &bytes_tl_bulk_allocated);
133 size_t alloc_size, bytes_tl_bulk_allocated; local
135 &bytes_tl_bulk_allocated);
H A Dmemory_tool_malloc_space-inl.h35 size_t bytes_tl_bulk_allocated,
42 *bytes_tl_bulk_allocated_out = bytes_tl_bulk_allocated;
94 size_t bytes_tl_bulk_allocated; local
97 &bytes_tl_bulk_allocated);
105 bytes_tl_bulk_allocated,
123 size_t bytes_tl_bulk_allocated; local
125 &bytes_allocated, &usable_size, &bytes_tl_bulk_allocated);
133 bytes_tl_bulk_allocated,
151 size_t bytes_tl_bulk_allocated; local
154 &bytes_tl_bulk_allocated);
33 AdjustForValgrind(void* obj_with_rdz, size_t num_bytes, size_t bytes_allocated, size_t usable_size, size_t bytes_tl_bulk_allocated, size_t* bytes_allocated_out, size_t* usable_size_out, size_t* bytes_tl_bulk_allocated_out) argument
[all...]
H A Dspace_create_test.cc315 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; local
322 &bytes_tl_bulk_allocated);
327 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 ||
328 bytes_tl_bulk_allocated >= allocation_size);
336 size_t allocation_size, usable_size, bytes_tl_bulk_allocated; local
342 &bytes_tl_bulk_allocated);
347 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 ||
348 bytes_tl_bulk_allocated >= allocation_size);
H A Dregion_space-inl.h31 /* out */ size_t* bytes_tl_bulk_allocated) {
34 bytes_tl_bulk_allocated);
41 /* out */ size_t* bytes_tl_bulk_allocated) {
43 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
50 /* out */ size_t* bytes_tl_bulk_allocated) {
58 bytes_tl_bulk_allocated);
67 bytes_tl_bulk_allocated);
73 obj = r->Alloc(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
86 obj = AllocLarge<kForEvac>(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
97 /* out */ size_t* bytes_tl_bulk_allocated) {
27 Alloc(Thread* self ATTRIBUTE_UNUSED, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
37 AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
47 AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
94 Alloc(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
244 AllocLarge(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
[all...]
H A Dspace_test.h73 size_t* bytes_tl_bulk_allocated)
81 bytes_tl_bulk_allocated);
93 size_t* bytes_tl_bulk_allocated)
98 bytes_tl_bulk_allocated);
193 size_t bytes_tl_bulk_allocated; local
196 &bytes_tl_bulk_allocated));
199 &bytes_tl_bulk_allocated));
212 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 ||
213 bytes_tl_bulk_allocated >= allocation_size);
291 size_t bytes_tl_bulk_allocated; local
[all...]
H A Ddlmalloc_space.cc132 size_t* bytes_tl_bulk_allocated) {
141 bytes_tl_bulk_allocated);
130 AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A Drosalloc_space.cc158 size_t* bytes_tl_bulk_allocated) {
167 bytes_tl_bulk_allocated);
156 AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A Dlarge_object_space.cc57 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
61 usable_size, bytes_tl_bulk_allocated);
139 size_t* bytes_tl_bulk_allocated) {
162 DCHECK(bytes_tl_bulk_allocated != nullptr);
163 *bytes_tl_bulk_allocated = allocation_size;
475 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
513 DCHECK(bytes_tl_bulk_allocated != nullptr);
514 *bytes_tl_bulk_allocated = allocation_size;
137 Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
474 Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
/art/runtime/gc/allocator/
H A Drosalloc-inl.h33 size_t* bytes_tl_bulk_allocated) {
36 bytes_tl_bulk_allocated);
40 m = AllocFromRun(self, size, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
43 bytes_tl_bulk_allocated);
31 Alloc(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
H A Drosalloc.cc461 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
480 *bytes_tl_bulk_allocated = total_bytes;
634 size_t* bytes_tl_bulk_allocated) {
637 DCHECK(bytes_tl_bulk_allocated != nullptr);
646 *bytes_tl_bulk_allocated = bracket_size;
653 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
656 DCHECK(bytes_tl_bulk_allocated != nullptr);
720 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size;
726 *bytes_tl_bulk_allocated = 0;
750 *bytes_tl_bulk_allocated
460 AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
632 AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
652 AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
[all...]
/art/runtime/gc/
H A Dheap-inl.h111 size_t bytes_tl_bulk_allocated = 0u; local
113 &usable_size, &bytes_tl_bulk_allocated);
123 &bytes_tl_bulk_allocated, &klass);
159 num_bytes_allocated_.FetchAndAddRelaxed(bytes_tl_bulk_allocated);
160 new_num_bytes_allocated = num_bytes_allocated_before + bytes_tl_bulk_allocated;
161 if (bytes_tl_bulk_allocated > 0) {
253 size_t* bytes_tl_bulk_allocated) {
269 *bytes_tl_bulk_allocated = alloc_size;
283 bytes_tl_bulk_allocated);
300 bytes_tl_bulk_allocated);
248 TryToAllocate(Thread* self, AllocatorType allocator_type, size_t alloc_size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
[all...]
H A Dheap.cc1577 size_t* bytes_tl_bulk_allocated,
1597 usable_size, bytes_tl_bulk_allocated);
1612 usable_size, bytes_tl_bulk_allocated);
1633 usable_size, bytes_tl_bulk_allocated);
1642 usable_size, bytes_tl_bulk_allocated);
1661 bytes_tl_bulk_allocated);
1682 usable_size, bytes_tl_bulk_allocated);
1736 usable_size, bytes_tl_bulk_allocated);
4025 size_t* bytes_tl_bulk_allocated) {
4038 *bytes_tl_bulk_allocated
1571 AllocateInternalWithGc(Thread* self, AllocatorType allocator, bool instrumented, size_t alloc_size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated, ObjPtr<mirror::Class>* klass) argument
4020 AllocWithNewTLAB(Thread* self, size_t alloc_size, bool grow, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
[all...]
/art/runtime/gc/accounting/
H A Dmod_union_table_test.cc53 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; local
55 space->Alloc(self, size, &bytes_allocated, nullptr, &bytes_tl_bulk_allocated));
82 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; local
85 &bytes_tl_bulk_allocated));

Completed in 2446 milliseconds