Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c121 typedef struct HeapDesc HeapDesc; typedef
132 HeapDesc* hd; // from which the block is allocated
138 struct HeapDesc struct
155 static HeapDesc* HeapArray; // array of current heap descriptors argument
340 HeapDesc* hd; in OSAllocFromHeap()
444 HeapDesc* hd; in OSAllocFixed()
586 HeapDesc* hd; in OSFreeToHeap()
663 ((char*) arenaEnd - (char*) arenaStart) / sizeof(HeapDesc), in OSInitAlloc()
667 arraySize = sizeof(HeapDesc) * maxHeaps; in OSInitAlloc()
673 HeapDesc* hd = &HeapArray[i]; in OSInitAlloc()
[all …]