Home
last modified time | relevance | path

Searched defs:__chunk_footer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h33 struct __chunk_footer { struct
34 __chunk_footer* __next_; argument
35 char* __start_;
36 char* __cur_;
37 size_t __align_;
38 _LIBCPP_HIDE_FROM_ABI size_t __allocation_size() { in __allocation_size()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp142 struct unsynchronized_pool_resource::__adhoc_pool::__chunk_footer { struct in pmr::unsynchronized_pool_resource::__adhoc_pool
143 __chunk_footer* __next_; argument
144 __start_pmr::unsynchronized_pool_resource::__adhoc_pool::__chunk_footer global() argument
145 __align_pmr::unsynchronized_pool_resource::__adhoc_pool::__chunk_footer global() argument
146 __allocation_sizepmr::unsynchronized_pool_resource::__adhoc_pool::__chunk_footer __allocation_size() argument
197 struct __chunk_footer { global() struct in pmr::unsynchronized_pool_resource::__fixed_pool
198 __next_pmr::unsynchronized_pool_resource::__fixed_pool::__chunk_footer global() argument
199 __start_pmr::unsynchronized_pool_resource::__fixed_pool::__chunk_footer global() argument
200 __align_pmr::unsynchronized_pool_resource::__fixed_pool::__chunk_footer global() argument
201 __allocation_sizepmr::unsynchronized_pool_resource::__fixed_pool::__chunk_footer __allocation_size() argument
[all...]