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

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

Completed in 50 milliseconds