Searched refs:level_list (Results 1 – 2 of 2) sorted by relevance
20 } level_list; typedef25 level_list *levels;55 level_list *l; in push()58 l = (level_list *)mmap(0, sizeof(level_list), in push()62 l = (level_list *)malloc(sizeof(level_list)); in push()72 level_list *l = p->levels; in pop()78 munmap(l, sizeof(level_list)); in pop()85 level_list *l = p->levels; in destroy_pool()
23 } level_list; typedef28 level_list *levels;58 level_list *l; in push()61 l = (level_list *)mmap(0, sizeof(level_list), in push()65 l = (level_list *)malloc(sizeof(level_list)); in push()75 level_list *l = p->levels; in pop()81 munmap(l, sizeof(level_list)); in pop()88 level_list *l = p->levels; in destroy_pool()