Home
last modified time | relevance | path

Searched refs:IWPOOL_UNIT (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/utils/
Diwpool.c13 typedef struct IWPOOL_UNIT { struct
15 struct IWPOOL_UNIT *next; argument
16 } IWPOOL_UNIT; typedef
23 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()