Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dsys_allocator.hpp67 struct new_delete_allocator struct
81 typedef new_delete_allocator<U> other; argument
92 bool operator==(const new_delete_allocator &) const { return true; } in operator ==() argument
93 bool operator!=(const new_delete_allocator &) const { return false; } in operator !=() argument
95 new_delete_allocator() { } in new_delete_allocator() function
97 new_delete_allocator(const new_delete_allocator<U> &) { } in new_delete_allocator() argument
99 static void construct(const pointer p, const_reference t) in construct()
101 static void destroy(const pointer p) in destroy()