Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Dglobal_resource.cpp44 struct null_memory_resource_imp struct
49 ~null_memory_resource_imp() BOOST_OVERRIDE in ~null_memory_resource_imp()
52 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_allocate()
64 void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_deallocate()
67 bool do_is_equal(const memory_resource& other) const BOOST_NOEXCEPT BOOST_OVERRIDE in do_is_equal()