Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp197 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...]
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dunsynchronized_pool_resource.h31 class __fixed_pool; variable
95 __fixed_pool* __fixed_pools_;