nlib
heap.h
Go to the documentation of this file.
1 
2 #pragma once
3 #ifndef INCLUDE_NN_NLIB_HEAP_HEAP_H_
4 #define INCLUDE_NN_NLIB_HEAP_HEAP_H_
5 
9 #include "nn/nlib/heap/NMalloc.h"
10 #include "nn/nlib/heap/StackHeap.h"
11 #include "nn/nlib/heap/UnitHeap.h"
12 
13 #endif // INCLUDE_NN_NLIB_HEAP_HEAP_H_
Defines the UnitHeap class.
Defines the CentralHeap class.
File that defines functions including nmalloc and nfree.
Defines the StackHeap class.
Defines the FrameHeap class.
Defines the CachedHeap class.