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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c3490 mchunkptr lastq = 0; local
3501 assert(lastq == 0 || is_inuse(lastq)); /* Not 2 consecutive free */
3504 lastq = q;

Completed in 51 milliseconds