Searched refs:__fixed_pool (Results 1 – 2 of 2) sorted by relevance
197 class unsynchronized_pool_resource::__fixed_pool {213 explicit __fixed_pool() = default;337 __res_->deallocate(__fixed_pools_, __num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool)); in release() 357 (__fixed_pool*)__res_->allocate(__num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool)); in do_allocate() 358 __fixed_pool* first = __fixed_pools_; in do_allocate() 359 __fixed_pool* last = __fixed_pools_ + __num_fixed_pools_; in do_allocate() 360 for (__fixed_pool* poo in do_allocate() 196 class unsynchronized_pool_resource::__fixed_pool { global() class in pmr::unsynchronized_pool_resource [all...]
31 class __fixed_pool; variable95 __fixed_pool* __fixed_pools_;