Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
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()
/external/cronet/buildtools/third_party/libc++/trunk/src/
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()