31template <
typename Index>
34 if (key ==
"FirstFit")
38 else if (key ==
"Bump")
42 else if (key ==
"WIC")
Class to plan memory by bump way.
Class to plan memory by firstfit way.
basic::IMemoryPlanner< Index > * create(std::string_view key)
static MemoryPlannerFactory< Index > & get()
Class to plan memory by Weighted Interval Color algorithm.
Interface to plan memory.