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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1818 The global lock_ensures that mparams.magic and other unique
1819 mparams values are initialized only once. It also protects
2555 cached from mparams in trim_check, except that it is disabled if
2604 A cross-check field that should always hold same value as mparams.magic.
2671 dynamically set using mallopt. There is a single instance, mparams,
2685 static struct malloc_params mparams; variable in typeref:struct:malloc_params
2687 /* Ensure mparams initialized */
2688 #define ensure_initialization() (void)(mparams.magic != 0 || init_mparams())
2731 (((S) + (mparams.page_size - SIZE_T_ONE)) & ~(mparams
[all...]

Completed in 96 milliseconds