Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size()
/openbsd-src/gnu/llvm/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()
197 struct __chunk_footer { struct in pmr::unsynchronized_pool_resource::__fixed_pool
198 __chunk_footer* __next_;
199 char* __start_;
200 size_t __align_;
201 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size()