nn::os::GetHeapSize Function#include <nn/os.h> size_t GetHeapSize();
None.
Gets the size of the heap.
It is inappropriate to call this function if nninitStartUp is not being replaced in the application. In an environment where assertions are enabled, processing will be stopped if this function is called without replacing nninitStartUp.
CONFIDENTIAL