Home
last modified time | relevance | path

Searched refs:M_MXFAST (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/malloc/
Dmalloc.h120 #ifndef M_MXFAST
121 # define M_MXFAST 1 /* maximum request size for "fastbins" */ macro
Dtst-mallopt.c51 ret = mallopt(M_MXFAST, 0); in do_test()
Dmalloc.c847 #ifndef M_MXFAST
848 #define M_MXFAST 1 macro
5469 case M_MXFAST: in __libc_mallopt()
/glibc-2.36/manual/
Dprobes.texi158 when the parameter to be changed is @code{M_MXFAST}, and the requested
Dmemory.texi1184 @comment TODO: @item M_MXFAST
/glibc-2.36/
DNEWS1354 [25733] malloc: mallopt(M_MXFAST) can set global_max_fast to 0
/glibc-2.36/ChangeLog.old/
DChangeLog.167862 Correctly implement M_MXFAST.