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