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

/external/jemalloc/src/
H A Djemalloc.c30 bool opt_xmalloc = false; variable
618 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true)
942 if (config_xmalloc && opt_xmalloc) {
1014 if (config_xmalloc && opt_xmalloc) {
1052 if (config_xmalloc && opt_xmalloc) {
1166 if (config_xmalloc && opt_xmalloc) {
1285 if (config_xmalloc && opt_xmalloc) {
1481 if (config_xmalloc && opt_xmalloc) {
1615 if (config_xmalloc && opt_xmalloc) {
H A Dctl.c100 CTL_PROTO(opt_xmalloc)
241 {NAME("xmalloc"), CTL(opt_xmalloc)},
1165 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool)
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h285 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
H A Dprivate_unnamespace.h285 #undef opt_xmalloc macro
H A Djemalloc_internal.h373 extern bool opt_xmalloc;

Completed in 77 milliseconds