Searched defs:_Cell (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/include/
H A Dpmalloc.h55 #define CELL_OFF ((DKoffsetof(_Cell, _Next) + M_MASK) & ~M_MASK)
57 #define SIZE_CELL ((sizeof (_Cell) + M_MASK) & ~M_MASK)
59 typedef struct _Cell struct
62 struct _Cell *_Next; /* reused if CELL_OFF < SIZE_CELL */
64 _Cell; typedef in typeref:struct:_Cell
67 _Cell **_Plast; /* null, or where to resume malloc scan */
68 _Cell *_Head; /* null, or lowest addressed free cell */
87 int _OK_Cell(_Cell *p);

Completed in 70 milliseconds