Searched defs:opt_xmalloc (Results 1 - 3 of 3) 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) {
/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

Completed in 165 milliseconds