Searched refs:nextfree (Results 1 – 1 of 1) sorted by relevance
134 fle *nextfree; in malloc() local142 for (nextfree = &__malloc_freelist; in malloc()143 *nextfree; in malloc()144 nextfree = &(*nextfree)->next) in malloc()146 block = *nextfree; in malloc()154 *nextfree = block->next; in malloc()161 *nextfree = (fle)((size_t)block + real_size); in malloc()162 (*nextfree)->size = newsize; in malloc()163 (*nextfree)->next = newnext; in malloc()177 *nextfree = NULL; in malloc()[all …]