Searched refs:chunk_free_bytes (Results 1 – 1 of 1) sorted by relevance
356 size_t chunk_free_bytes = chunk_size - used_bytes; in MSpaceChunkCallback() local358 max_contiguous_allocation = std::max(max_contiguous_allocation, chunk_free_bytes); in MSpaceChunkCallback()