Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_util.h326 monotonic_allocator(monotonic_buffer_resource& m) : memory_resource(m) {} in monotonic_allocator() function
328 explicit monotonic_allocator(const monotonic_allocator<U>& rhs) in monotonic_allocator() function
352 template <typename> friend class monotonic_allocator; variable