Searched refs:mlendp (Results 1 – 1 of 1) sorted by relevance
72 struct memlist *mlendp; in memlist_free_list() local80 for (mlendp = mlp; mlendp->ml_next != NULL; mlendp = mlendp->ml_next) in memlist_free_list()83 mlendp->ml_next = memlist_freelist; in memlist_free_list()92 struct memlist *mlp, *mlendp; in memlist_free_block() local100 mlendp = &mlp[count - 1]; in memlist_free_block()101 for (; mlp != mlendp; mlp++) in memlist_free_block()103 mlendp->ml_next = NULL; in memlist_free_block()106 mlendp->ml_next = memlist_freelist; in memlist_free_block()