Searched refs:pool_head (Results 1 – 1 of 1) sorted by relevance
165 static struct pool *pool_head; variable181 p->next = pool_head; in my_malloc()182 pool_head = p; in my_malloc()191 if (!pool_head) in names_free()194 for (pool = pool_head; pool != NULL; ) { in names_free()