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

/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dunsynchronized_pool_resource.h47 static const size_t __max_blocks_per_chunk = (size_t(1) << 20); member in class:pmr::unsynchronized_pool_resource
/openbsd-current/gnu/llvm/libcxx/src/
H A Dmemory_resource.cpp307 __options_max_blocks_per_chunk_ = __max_blocks_per_chunk;
310 else if (opts.max_blocks_per_chunk > __max_blocks_per_chunk)
311 __options_max_blocks_per_chunk_ = __max_blocks_per_chunk;
382 min(__max_blocks_per_chunk, __options_max_blocks_per_chunk_));

Completed in 96 milliseconds