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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2655 size_t footprint_limit; /* zero means no limit */ member in struct:malloc_state
3888 if (m->footprint_limit != 0) {
3890 if (fp <= m->footprint || fp > m->footprint_limit)
4115 if (m->footprint_limit != 0) {
4117 if (fp <= m->footprint || fp > m->footprint_limit)
4158 (m->footprint_limit == 0 ||
4159 (fp > m->footprint && fp <= m->footprint_limit)) &&
5413 size_t maf = gm->footprint_limit;
5425 return gm->footprint_limit = result;
5983 size_t maf = ms->footprint_limit;
[all...]

Completed in 104 milliseconds