Searched refs:list_index (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c288 int list_index = number_of_pages < PAGE_LISTS ? number_of_pages : 0; local
289 ((struct cluster *)ptr)->next = hd->pages->free[list_index];
292 hd->pages->free[list_index] = (struct cluster *)ptr;
581 word list_index = pages_needed; local
582 while (++list_index < PAGE_LISTS)
584 if (pages->free[list_index]) /* found one */
586 cluster_list = &pages->free[list_index];

Completed in 77 milliseconds