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

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c406 struct cluster *clu, *next; local
428 for (clu = hd->pages->free[i]; clu; clu = next)
430 next = clu->next; /* memorize because clu may be unlinked */
431 if (clu->addr > to
432 || GenericAdd(clu->addr, clu->size*BYTES_PER_PAGE) < ptr)
434 if (clu
[all...]

Completed in 78 milliseconds