Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h34 __chunk_footer* __next_; struct
35 __next___chunk_footer global() argument
36 __start___chunk_footer global() argument
37 __cur___chunk_footer global() argument
38 __align___chunk_footer global() argument
39 __allocation_size__chunk_footer __allocation_size() argument
/freebsd-src/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_;
144 char* __start_;
145 size_t __align_;
146 size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size()
198 struct __chunk_footer { struct in pmr::unsynchronized_pool_resource::__fixed_pool
199 __chunk_footer* __next_;
200 char* __start_;
201 size_t __align_;
202 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size()