Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dmonotonic_buffer_resource.h38 _LIBCPP_HIDE_FROM_ABI size_t __allocation_size() { in __allocation_size() function
/external/cronet/buildtools/third_party/libc++/trunk/src/
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