Home
last modified time | relevance | path

Searched refs:ComputeHeapSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/accounting/
Dspace_bitmap.h207 static size_t ComputeHeapSize(uint64_t bitmap_bytes);
Dspace_bitmap.cc46 size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t bitmap_bytes) { in ComputeHeapSize() function in art::gc::accounting::SpaceBitmap