Searched refs:SIZEOFITEM (Results 1 – 1 of 1) sorted by relevance
39 #define SIZEOFITEM(max) (sizeof(struct skipItem) + \ macro154 if(! (*item = malloc(SIZEOFITEM(level)))) in skipAllocItem()