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
6
#include "
nn/nlib/heap/CachedHeap.h
"
7
#include "
nn/nlib/heap/CentralHeap.h
"
8
#include "
nn/nlib/heap/FrameHeap.h
"
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.h
Defines the UnitHeap class.
CentralHeap.h
Defines the CentralHeap class.
NMalloc.h
File that defines functions including nmalloc and nfree.
StackHeap.h
Defines the StackHeap class.
FrameHeap.h
Defines the FrameHeap class.
CachedHeap.h
Defines the CachedHeap class.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.