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)
934 if (config_xmalloc && opt_xmalloc) {
1006 if (config_xmalloc && opt_xmalloc) {
1044 if (config_xmalloc && opt_xmalloc) {
1158 if (config_xmalloc && opt_xmalloc) {
1277 if (config_xmalloc && opt_xmalloc) {
1473 if (config_xmalloc && opt_xmalloc) {
1607 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 63 milliseconds