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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1009 value will be greater than current footprint if deallocated space
2606 Max allowed footprint
2653 size_t footprint; member in struct:malloc_state
3539 assert(total <= m->footprint);
3540 assert(m->footprint <= m->max_footprint);
3574 nm.hblkhd = m->footprint - sum;
3576 nm.uordblks = m->footprint - mfree;
3598 fp = m->footprint;
3889 size_t fp = m->footprint + mmsize;
3890 if (fp <= m->footprint || f
[all...]
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c509 u_int type, algorithm, labels, footprint; local
539 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
540 len = SPRINTF((tmp, "%u ", footprint));
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex153 Because it is our goal to optimize resource usage, the multi-hop interconnect driver is designed to perform considerably better in terms of resource usage compared to the scenario where we only use direct point-to-point ICD links. In particular, we save memory, because the multi-hop driver has a comparably small memory footprint.
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex437 as public key cryptosystems and still maintain a relatively small footprint.
535 has a small footprint and updates are easy to perform.

Completed in 178 milliseconds