Searched refs:IWPOOL_UNIT (Results 1 – 1 of 1) sorted by relevance
13 typedef struct IWPOOL_UNIT { struct15 struct IWPOOL_UNIT *next; argument16 } IWPOOL_UNIT; typedef23 IWPOOL_UNIT *unit; /**< Current heap unit */68 IWPOOL_UNIT *nunit = malloc(sizeof(*nunit)); in iwpool_extend()245 for (IWPOOL_UNIT *u = pool->unit, *next; u; u = next) { in iwpool_destroy()