OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CELL_OFF
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
pmalloc.h
55
#define
CELL_OFF
((DKoffsetof(_Cell, _Next) + M_MASK) & ~M_MASK)
61
psize_t _Size; /*
CELL_OFF
<= SIZE_CELL <= _Size */
62
struct _Cell *_Next; /* reused if
CELL_OFF
< SIZE_CELL */
/external/srec/portable/src/
pmalloc.c
334
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 49 milliseconds