|
NeKernel dev
|
#include <KernelKit/HeapMgr.h>Go to the source code of this file.
Namespaces | |
| namespace | Kernel |
| UPS inline definitions. | |
Functions | |
| template<typename T, typename... Args> | |
| BOOL | Kernel::mm_new_class (_Input _Output T **cls, _Input Args &&... args) |
| Allocate C++ class. | |
| template<typename T> | |
| Void | Kernel::mm_delete_class (_Input _Output T **cls) |
| Delete and nullify C++ class. | |