Searched refs:CELL_OFF (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/include/
H A Dpmalloc.h55 #define CELL_OFF ((DKoffsetof(_Cell, _Next) + M_MASK) & ~M_MASK) macro
61 psize_t _Size; /* CELL_OFF <= SIZE_CELL <= _Size */
62 struct _Cell *_Next; /* reused if CELL_OFF < SIZE_CELL */
/external/srec/portable/src/
H A Dpmalloc.c334 PortFree((char *)q + CELL_OFF);
351 size = (size_arg + (CELL_OFF + M_MASK)) & ~M_MASK;
431 return ((char *)q + CELL_OFF);
457 q = (_Cell *)((char *)ptr - CELL_OFF);

Completed in 107 milliseconds