Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h38 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size() function
/openbsd-src/gnu/llvm/libcxx/src/
H A Dmemory_resource.cpp146 size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size() function
201 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size() function