POOL 96 libutil/gtagsop.h POOL *segment_pool; POOL 53 libutil/pool.c POOL * POOL 56 libutil/pool.c POOL *pool = (POOL *)check_calloc(sizeof(POOL), 1); POOL 70 libutil/pool.c pool_malloc(POOL *pool, int size) POOL 82 libutil/pool.c pool_strdup(POOL *pool, const char *string, int size) POOL 97 libutil/pool.c pool_strdup_withterm(POOL *pool, const char *string, int term) POOL 109 libutil/pool.c pool_reset(POOL *pool) POOL 122 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 */