Searched refs:fixed_header_size (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc1676 size_t fixed_header_size = RoundUp(Run::fixed_header_size(), sizeof(uint64_t)); local
1677 DCHECK_EQ(fixed_header_size, 80U);
1684 size_t tmp_unaligned_header_size = fixed_header_size;
H A Drosalloc.h367 static size_t fixed_header_size() { function in class:art::gc::allocator::RosAlloc::Run

Completed in 37 milliseconds