Home
last modified time | relevance | path

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

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