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

/art/runtime/gc/space/
H A Ddlmalloc_space.cc299 size_t chunk_free_bytes = chunk_size - used_bytes; local
301 max_contiguous_allocation = std::max(max_contiguous_allocation, chunk_free_bytes);

Completed in 27 milliseconds