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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1057 static void *dss_max; variable
1599 dss_max = sbrk(0);
1604 * dss_max not being chunk-aligned though.
1607 - (intptr_t)CHUNK_ADDR2OFFSET(dss_max);
1613 if (dss_prev == dss_max) {
1615 dss_max = (void *)((intptr_t)dss_prev + incr);
1618 base_past_addr = dss_max;
1872 dss_max = sbrk(0);
1879 - (intptr_t)CHUNK_ADDR2OFFSET(dss_max);
1881 ret = dss_max;
[all...]

Completed in 110 milliseconds