POOL 127 libutil/gtagsop.h POOL *segment_pool; /**< */ POOL 55 libutil/pool.c POOL * POOL 58 libutil/pool.c POOL *pool = (POOL *)check_calloc(sizeof(POOL), 1); POOL 72 libutil/pool.c pool_malloc(POOL *pool, int size) POOL 85 libutil/pool.c pool_strdup(POOL *pool, const char *string, int size) POOL 100 libutil/pool.c pool_strdup_withterm(POOL *pool, const char *string, int term) POOL 112 libutil/pool.c pool_reset(POOL *pool) POOL 125 libutil/pool.c pool_close(POOL *pool) POOL 29 libutil/pool.h POOL *pool_open(void); POOL 30 libutil/pool.h void *pool_malloc(POOL *, int); POOL 31 libutil/pool.h char *pool_strdup(POOL *, const char *, int); POOL 32 libutil/pool.h char *pool_strdup_withterm(POOL *, const char *, int); POOL 33 libutil/pool.h void pool_reset(POOL *); POOL 34 libutil/pool.h void pool_close(POOL *); POOL 36 libutil/strhash.h POOL *pool; /**< memory pool */