cell_hdr           33 core/suba.c        cell_hdr        h;
cell_hdr           59 core/suba.c    #define ACTUALSIZE(size)    (size + sizeof(cell_hdr))
cell_hdr           60 core/suba.c    #define ALLOCSIZE(size)     (size - sizeof(cell_hdr))
cell_hdr           61 core/suba.c    #define CELL2ALLOC(c)       (void*)((void*)c + sizeof(cell_hdr))
cell_hdr           62 core/suba.c    #define ALLOC2CELL(p)       (cell*)((void*)p - sizeof(cell_hdr))
cell_hdr          298 core/suba.c        suba->head.h.size = sizeof(cell_hdr);
cell_hdr          419 core/suba.c                suba->free_size += sizeof(cell_hdr);