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

/openbsd-current/gnu/llvm/libcxx/src/
H A Dmemory_resource.cpp279 if (align > alignof(std::max_align_t) || bytes > (size_t(1) << __num_fixed_pools_))
280 return __num_fixed_pools_;
315 __num_fixed_pools_ = 1;
319 __num_fixed_pools_ += 1;
326 p.largest_required_pool_block = __pool_block_size(__num_fixed_pools_ - 1);
333 const int n = __num_fixed_pools_;
336 __res_->deallocate(__fixed_pools_, __num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool));
351 if (i == __num_fixed_pools_)
356 (__fixed_pool*)__res_->allocate(__num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool));
358 __fixed_pool* last = __fixed_pools_ + __num_fixed_pools_;
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dunsynchronized_pool_resource.h96 int __num_fixed_pools_; member in class:pmr::unsynchronized_pool_resource

Completed in 88 milliseconds