Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_alloc.c102 typedef struct HeapDesc HeapDesc; typedef
119 struct HeapDesc struct
121 long size; // if -1 then heap is free. Note OS_AllocFixed()
123 Cell *free; // pointer to the first free cell
147 HeapDesc *heapArray; argument