Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c1539 int islr; /* track whether merging with last_remainder */ local
1591 islr = 0;
1600 islr = 1;
1609 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
1611 islr = 1;
1620 if (!islr)
A Ddlmalloc.src2377 int islr; /* track whether merging with last_remainder */
2420 islr = 0;
2429 islr = 1;
2438 if (!islr && next->fd == last_remainder) /* re-insert last_remainder */
2440 islr = 1;
2450 if (!islr)

Completed in 12 milliseconds