HomeSort by relevance Sort by last modified time
    Searched refs:bytes_tl_bulk_allocated (Results 1 - 25 of 27) sorted by null

1 2

  /art/runtime/gc/space/
dlmalloc_space-inl.h 31 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;
bump_pointer_space-inl.h 30 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;
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)
rosalloc_space-inl.h 34 size_t* bytes_tl_bulk_allocated) {
56 DCHECK(bytes_tl_bulk_allocated != nullptr);
57 *bytes_tl_bulk_allocated = rosalloc_bytes_tl_bulk_allocated;
memory_tool_malloc_space-inl.h 33 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);
    [all...]
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 {
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);
    [all...]
region_space-inl.h 29 size_t* bytes_tl_bulk_allocated) {
32 bytes_tl_bulk_allocated);
38 size_t* bytes_tl_bulk_allocated) {
40 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
46 size_t* bytes_tl_bulk_allocated) {
54 bytes_tl_bulk_allocated);
63 bytes_tl_bulk_allocated);
69 obj = r->Alloc(num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
83 bytes_tl_bulk_allocated);
93 size_t* bytes_tl_bulk_allocated) {
    [all...]
dlmalloc_space.h 52 size_t* bytes_tl_bulk_allocated)
56 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
59 bytes_tl_bulk_allocated);
88 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
149 size_t* bytes_tl_bulk_allocated)
large_object_space_test.cc 61 size_t bytes_tl_bulk_allocated; local
63 &bytes_tl_bulk_allocated);
67 ASSERT_EQ(allocation_size, bytes_tl_bulk_allocated);
112 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; local
115 &bytes_tl_bulk_allocated);
132 size_t alloc_size, bytes_tl_bulk_allocated; local
134 &bytes_tl_bulk_allocated);
space_test.h 73 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...]
space_create_test.cc 315 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);
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)
malloc_space.h 58 size_t* bytes_tl_bulk_allocated) = 0;
61 size_t* usable_size, size_t* bytes_tl_bulk_allocated) = 0;
zygote_space.h 49 size_t* usable_size, size_t* bytes_tl_bulk_allocated) OVERRIDE;
space.h 206 // bytes_tl_bulk_allocated - bytes allocated in bulk ahead of time for a thread local allocation,
215 size_t* usable_size, size_t* bytes_tl_bulk_allocated) = 0;
220 size_t* bytes_tl_bulk_allocated)
222 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated);
large_object_space.cc 55 size_t* usable_size, size_t* bytes_tl_bulk_allocated)
59 usable_size, bytes_tl_bulk_allocated);
137 size_t* bytes_tl_bulk_allocated) {
160 DCHECK(bytes_tl_bulk_allocated != nullptr);
161 *bytes_tl_bulk_allocated = allocation_size;
473 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
511 DCHECK(bytes_tl_bulk_allocated != nullptr);
512 *bytes_tl_bulk_allocated = allocation_size;
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)
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);
dlmalloc_space.cc 131 size_t* bytes_tl_bulk_allocated) {
140 bytes_tl_bulk_allocated);
rosalloc_space.cc 157 size_t* bytes_tl_bulk_allocated) {
166 bytes_tl_bulk_allocated);
  /art/runtime/gc/
heap-inl.h 110 size_t bytes_tl_bulk_allocated = 0; local
112 &usable_size, &bytes_tl_bulk_allocated);
122 &bytes_tl_bulk_allocated, &klass);
157 new_num_bytes_allocated = num_bytes_allocated_.FetchAndAddRelaxed(bytes_tl_bulk_allocated) +
158 bytes_tl_bulk_allocated;
159 if (bytes_tl_bulk_allocated > 0) {
162 TraceHeapSize(new_num_bytes_allocated + bytes_tl_bulk_allocated);
251 size_t* bytes_tl_bulk_allocated) {
267 *bytes_tl_bulk_allocated = alloc_size;
281 bytes_tl_bulk_allocated);
    [all...]
  /art/runtime/gc/allocator/
rosalloc-inl.h 33 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);
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)
    [all...]
rosalloc.cc 460 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
479 *bytes_tl_bulk_allocated = total_bytes;
633 size_t* bytes_tl_bulk_allocated) {
636 DCHECK(bytes_tl_bulk_allocated != nullptr);
645 *bytes_tl_bulk_allocated = bracket_size;
652 size_t* usable_size, size_t* bytes_tl_bulk_allocated) {
655 DCHECK(bytes_tl_bulk_allocated != nullptr);
719 *bytes_tl_bulk_allocated = thread_local_run->NumberOfFreeSlots() * bracket_size;
725 *bytes_tl_bulk_allocated = 0;
749 *bytes_tl_bulk_allocated = bracket_size
    [all...]
  /art/runtime/gc/accounting/
mod_union_table_test.cc 53 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 331 milliseconds

1 2