Searched refs:g_pool (Results 1 – 1 of 1) sorted by relevance
170 struct dir_info *g_pool; /* Main bookkeeping information */ member194 #define g_pool mopts.g_pool macro820 STATS_INC(g_pool->deletes); in delete()836 STATS_INC(g_pool->delete_moves); in delete()1067 p = map(g_pool, psz, zero_fill); in omalloc()1072 if (insert(g_pool, p, sz, f)) { in omalloc()1073 unmap(g_pool, p, psz); in omalloc()1109 p = malloc_bytes(g_pool, sz, f); in omalloc()1139 if (omalloc_init(&g_pool)) { in malloc_init()1157 if (g_pool == NULL) { in malloc()[all …]