Searched defs:SIZE_CELL (Results 1 - 1 of 1) sorted by last modified time

/external/srec/portable/include/
H A Dpmalloc.h57 #define SIZE_CELL ((sizeof (_Cell) + M_MASK) & ~M_MASK) macro
61 psize_t _Size; /* CELL_OFF <= SIZE_CELL <= _Size */
62 struct _Cell *_Next; /* reused if CELL_OFF < SIZE_CELL */

Completed in 93 milliseconds