Home
last modified time | relevance | path

Searched refs:maxHeaps (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/include/revolution/os/
DOSAlloc.h80 int maxHeaps);
/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c654 void* OSInitAlloc(void* arenaStart, void* arenaEnd, int maxHeaps) in OSInitAlloc() argument
659 ASSERTMSG(0 < maxHeaps, OS_ERR_INITALLOC_INVNUMHEAPS); in OSInitAlloc()
662 ASSERTMSG(maxHeaps <= in OSInitAlloc()
667 arraySize = sizeof(HeapDesc) * maxHeaps; in OSInitAlloc()
669 NumHeaps = maxHeaps; in OSInitAlloc()