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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c237 recompile this malloc with a larger DEFAULT_GRANULARITY. Note:
447 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
700 #ifndef DEFAULT_GRANULARITY
702 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */ macro
704 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U) macro
706 #endif /* DEFAULT_GRANULARITY */
1309 compiling with a different DEFAULT_GRANULARITY or dynamically
3174 gsize = ((DEFAULT_GRANULARITY != 0)? DEFAULT_GRANULARITY : psize);
3180 gsize = ((DEFAULT_GRANULARITY !
[all...]

Completed in 43 milliseconds