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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dstable_partition.h126 const unsigned __alloc_limit = 3; // might want to make this a function of trivial assignment local
143 if (__len >= __alloc_limit)
273 const difference_type __alloc_limit = 4; // might want to make this a function of trivial assignment local
297 if (__len >= __alloc_limit)

Completed in 122 milliseconds