|
libnds
|
Context that holds information about the RSA heap. More...
#include <rsa.h>
Public Member Functions | |
| ALIGN (4) void *heapEnd | |
| start + size rounded down to 4-byte boundary | |
| ALIGN (4) void *heapStart | |
| Start of the heap rounded up to 4-byte boundary. | |
Data Fields | |
| size_t | heapSize |
| Heap size matched to the above rounded values. | |
Context that holds information about the RSA heap.