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

/art/runtime/gc/space/
H A Dbump_pointer_space-inl.h29 size_t* bytes_tl_bulk_allocated) {
37 *bytes_tl_bulk_allocated = num_bytes;
45 size_t* bytes_tl_bulk_allocated) {
61 *bytes_tl_bulk_allocated = num_bytes;
27 Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
42 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.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 Drosalloc_space-inl.h66 size_t* bytes_tl_bulk_allocated) {
88 DCHECK(bytes_tl_bulk_allocated != nullptr);
89 *bytes_tl_bulk_allocated = rosalloc_bytes_tl_bulk_allocated;
64 AllocCommon(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_test.cc54 size_t bytes_tl_bulk_allocated; local
56 &bytes_tl_bulk_allocated);
60 ASSERT_EQ(allocation_size, bytes_tl_bulk_allocated);
103 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; local
106 &bytes_tl_bulk_allocated);
123 size_t alloc_size, bytes_tl_bulk_allocated; local
125 &bytes_tl_bulk_allocated);
H A Dmemory_tool_malloc_space-inl.h33 size_t bytes_tl_bulk_allocated,
40 *bytes_tl_bulk_allocated_out = bytes_tl_bulk_allocated;
92 size_t bytes_tl_bulk_allocated; local
95 &bytes_tl_bulk_allocated);
103 bytes_tl_bulk_allocated,
121 size_t bytes_tl_bulk_allocated; local
123 &bytes_allocated, &usable_size, &bytes_tl_bulk_allocated);
131 bytes_tl_bulk_allocated,
149 size_t bytes_tl_bulk_allocated; local
152 &bytes_tl_bulk_allocated);
31 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 Dregion_space-inl.h28 size_t* bytes_tl_bulk_allocated) {
31 bytes_tl_bulk_allocated);
37 size_t* bytes_tl_bulk_allocated) {
39 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
45 size_t* bytes_tl_bulk_allocated) {
52 bytes_tl_bulk_allocated);
56 bytes_tl_bulk_allocated);
65 bytes_tl_bulk_allocated);
68 bytes_tl_bulk_allocated);
84 obj = r->Alloc(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
26 Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
34 AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
43 AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
114 Alloc(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
265 AllocLarge(size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) 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 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);
196 size_t bytes_tl_bulk_allocated; local
199 &bytes_tl_bulk_allocated));
202 &bytes_tl_bulk_allocated));
215 EXPECT_TRUE(bytes_tl_bulk_allocated == 0 ||
216 bytes_tl_bulk_allocated >= allocation_size);
294 size_t bytes_tl_bulk_allocated; local
[all...]
H A Ddlmalloc_space.cc130 size_t* bytes_tl_bulk_allocated) {
139 bytes_tl_bulk_allocated);
128 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.cc156 size_t* bytes_tl_bulk_allocated) {
165 bytes_tl_bulk_allocated);
154 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.cc53 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
57 usable_size, bytes_tl_bulk_allocated);
135 size_t* bytes_tl_bulk_allocated) {
167 DCHECK(bytes_tl_bulk_allocated != nullptr);
168 *bytes_tl_bulk_allocated = allocation_size;
480 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
518 DCHECK(bytes_tl_bulk_allocated != nullptr);
519 *bytes_tl_bulk_allocated = allocation_size;
133 Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
479 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.cc467 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
486 *bytes_tl_bulk_allocated = total_bytes;
640 size_t* bytes_tl_bulk_allocated) {
643 DCHECK(bytes_tl_bulk_allocated != nullptr);
652 *bytes_tl_bulk_allocated = bracket_size;
659 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
662 DCHECK(bytes_tl_bulk_allocated != nullptr);
726 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size;
732 *bytes_tl_bulk_allocated = 0;
756 *bytes_tl_bulk_allocated
466 AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
638 AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, size_t* usable_size, size_t* bytes_tl_bulk_allocated) argument
658 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.h108 size_t bytes_tl_bulk_allocated = 0; local
110 &usable_size, &bytes_tl_bulk_allocated);
120 &bytes_tl_bulk_allocated, &klass);
159 num_bytes_allocated_.FetchAndAddRelaxed(bytes_tl_bulk_allocated)) + bytes_tl_bulk_allocated;
241 size_t* bytes_tl_bulk_allocated) {
257 *bytes_tl_bulk_allocated = alloc_size;
270 bytes_tl_bulk_allocated);
283 bytes_tl_bulk_allocated);
291 bytes_tl_bulk_allocated);
236 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.cc1690 size_t* bytes_tl_bulk_allocated,
1711 usable_size, bytes_tl_bulk_allocated);
1726 usable_size, bytes_tl_bulk_allocated);
1747 usable_size, bytes_tl_bulk_allocated);
1756 usable_size, bytes_tl_bulk_allocated);
1775 bytes_tl_bulk_allocated);
1796 usable_size, bytes_tl_bulk_allocated);
1846 usable_size, bytes_tl_bulk_allocated);
1684 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, mirror::Class** klass) argument
/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 192 milliseconds