Home | History | Annotate | Download | only in accounting

Lines Matching refs:heap_capacity

34   size_t heap_capacity = 16 * MB;
36 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
61 size_t heap_capacity = 16 * MB;
64 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
92 size_t heap_capacity = 16 * MB;
95 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
99 for (size_t j = 0; j < heap_capacity; j += kObjectAlignment) {
158 size_t heap_capacity = 16 * MB;
166 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
169 size_t offset = RoundDown(r.next() % heap_capacity, kAlignment);
183 size_t offset = RoundDown(r.next() % heap_capacity, kAlignment);
184 size_t remain = heap_capacity - offset;