Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dunsynchronized_pool_resource.h46 static const size_t __min_bytes_per_chunk = 1024; variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp374 size_t min_blocks_per_chunk = max(__min_bytes_per_chunk >> __log2_pool_block_size(i), __min_blocks_per_chunk); in do_allocate()