Searched refs:__max_bytes_per_chunk (Results 1 – 2 of 2) sorted by relevance
48 static const size_t __max_bytes_per_chunk = (size_t(1) << 30); variable
377 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()