Searched defs:monotonic_allocator (Results 1 – 1 of 1) sorted by relevance
326 monotonic_allocator(monotonic_buffer_resource& m) : memory_resource(m) {} in monotonic_allocator() function328 explicit monotonic_allocator(const monotonic_allocator<U>& rhs) in monotonic_allocator() function352 template <typename> friend class monotonic_allocator; variable