Home
last modified time | relevance | path

Searched refs:libgcc (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in59 * functions are defined in libgcc instead of being inlines).
67 * functions are defined in libgcc instead of being inlines).
162 /* Use libgcc for profile backtracing if defined. */
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DINSTALL.md139 + libgcc (unless --disable-prof-libgcc)
147 * `--disable-prof-libgcc`
149 Disable the use of libgcc's backtracing functionality.
H A Dconfigure.ac1100 AC_ARG_ENABLE([prof-libgcc],
1101 [AS_HELP_STRING([--disable-prof-libgcc],
1102 [Do not use libgcc for backtracing])],
1118 backtrace_method="libgcc"
2285 AC_MSG_RESULT([prof-libgcc : ${enable_prof_libgcc}])
H A Dconfigure1431 --disable-prof-libgcc Do not use libgcc for backtracing
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: prof-libgcc : ${enable_prof_libgcc}" >&5
13702 $as_echo "prof-libgcc : ${enable_prof_libgcc}" >&6; }
H A DChangeLog1194 --disable-prof-libgcc option.
1203 - Don't use libgcc-based backtracing except on x64, where it is known to work.