nlib
heap.h
[詳解]
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_
UnitHeap クラスを定義します。
CentralHeap クラスを定義します。
nmalloc/nfree等が宣言されているファイルです。
StackHeap クラスを定義します。
FrameHeap クラスを定義します。
CachedHeap クラスを定義します。