This commit is contained in:
Eduardo Quezada 2025-12-23 16:58:19 -03:00
parent c6a3ee003d
commit 27950d51fe

View File

@ -11,7 +11,7 @@
#include "NNS_FND_expheap.h"
typedef struct HeapParam {
u32 size; // maximum size of the heap
u32 size; // maximum size of the heap
OSArenaId arena; // where to allocate the heap from
} HeapParam;