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

/freebsd-11.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h144 #ifndef M_MXFAST
145 # define M_MXFAST 1 /* maximum request size for "fastbins" */ macro
H A Dmalloc.c923 normally defined in malloc.h. Only one of these (M_MXFAST) is used
931 M_MXFAST 1 64 0-80 (0 disables fastbins)
1235 M_MXFAST is the maximum request size used for "fastbins", special bins
1251 M_MXFAST is set in REQUEST size units. It is internally used in
1253 M_MXFAST to 0 to disable all use of fastbins. This causes the malloc
1260 /* M_MXFAST is a standard SVID/XPG tuning option, usually listed in malloc.h */
1261 #ifndef M_MXFAST
1262 #define M_MXFAST 1 macro

Completed in 188 milliseconds