Searched refs:M_MXFAST (Results 1 – 7 of 7) sorted by relevance
120 #ifndef M_MXFAST121 # define M_MXFAST 1 /* maximum request size for "fastbins" */ macro
51 ret = mallopt(M_MXFAST, 0); in do_test()
847 #ifndef M_MXFAST848 #define M_MXFAST 1 macro5469 case M_MXFAST: in __libc_mallopt()
158 when the parameter to be changed is @code{M_MXFAST}, and the requested
1184 @comment TODO: @item M_MXFAST
1354 [25733] malloc: mallopt(M_MXFAST) can set global_max_fast to 0
7862 Correctly implement M_MXFAST.