Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h39 _LIBCPP_HIDE_FROM_ABI size_t __allocation_size() { in __allocation_size() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp146 size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size() function
202 … size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); } in __allocation_size() function