Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dunsynchronized_pool_resource.h48 static const size_t __max_bytes_per_chunk = (size_t(1) << 30); variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp377 static_assert(__max_bytes_per_chunk <= SIZE_MAX - (__max_bytes_per_chunk / 4), "unsigned overflow is possible"); in do_allocate()
382 min((__max_bytes_per_chunk >> __log2_pool_block_size(i)), in do_allocate()