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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c5413 size_t maf = gm->footprint_limit; local
5414 return maf == 0 ? MAX_SIZE_T : maf;
5983 size_t maf = ms->footprint_limit; local
5984 result = (maf == 0) ? MAX_SIZE_T : maf;

Completed in 40 milliseconds