10get_memory_pool(sddk::memory_t M__)
12 static std::map<sddk::memory_t, sddk::memory_pool> memory_pool_;
13 if (memory_pool_.count(M__) == 0) {
14 memory_pool_.emplace(M__, sddk::memory_pool(M__));
16 return memory_pool_.at(M__);
Memory management functions and classes.
Namespace of the SIRIUS library.