Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 1 of 1) sorted by relevance

/malloc/
A Dmalloc-debug.c604 size_t *candidate = (size_t *) ms->sbrk_base; in malloc_set_state() local
606 while (candidate < end) in malloc_set_state()
607 if (*candidate != 0) in malloc_set_state()
609 chunk = mem2chunk ((void *) (candidate + 1)); in malloc_set_state()
613 ++candidate; in malloc_set_state()

Completed in 5 milliseconds