nlib
UnitHeap.h File Reference

Defines the UnitHeap class. More...

#include "nn/nlib/Config.h"

Go to the source code of this file.

Classes

class  nn::nlib::heap::UnitHeap
 Heap for allocating and freeing fixed-size regions of memory. This is a so-called "pool-allocator.". More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::heap
 Namespace for the heap library. Functions such as nmalloc and nfree are defined in the global namespace.
 

Detailed Description

Defines the UnitHeap class.

Definition in file UnitHeap.h.