Searched refs:list (Results 1 – 1 of 1) sorted by relevance
377 # define ADD_BLOCK(list, address) /* nothing */ argument378 # define FREE_BLOCKS(list) /* nothing */ argument385 # define ADD_BLOCK(list, addr) \ argument392 newp->next = (list); \393 (list) = newp; \396 # define FREE_BLOCKS(list) \ argument398 while (list != NULL) { \399 struct block_list *old = list; \400 list = list->next; \
Completed in 6 milliseconds