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

/freebsd-10-stable/contrib/jemalloc/src/
H A Djemalloc.c35 bool opt_xmalloc = false; variable
634 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc")
897 if (config_xmalloc && opt_xmalloc) {
943 if (config_xmalloc && opt_xmalloc) {
986 if (config_xmalloc && opt_xmalloc) {
1089 if (config_xmalloc && opt_xmalloc) {
1191 if (config_xmalloc && opt_xmalloc) {
1233 if (config_xmalloc && opt_xmalloc) {
1496 if (config_xmalloc && opt_xmalloc) {
1626 if (config_xmalloc && opt_xmalloc) {
[all...]
H A Dctl.c103 CTL_PROTO(opt_xmalloc)
245 {NAME("xmalloc"), CTL(opt_xmalloc)},
1262 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool)
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h270 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
H A Djemalloc_internal.h528 extern bool opt_xmalloc;

Completed in 80 milliseconds