HomeSort by relevance Sort by last modified time
    Searched defs:opt_utrace (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
jemalloc.c 44 bool opt_utrace = false; variable
252 if (unlikely(opt_utrace)) { \
931 | (opt_utrace ? flag_opt_utrace : 0)
1253 CONF_HANDLE_BOOL(opt_utrace, "utrace", true)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 393 #define opt_utrace JEMALLOC_N(opt_utrace) macro
    [all...]
private_unnamespace.h 393 #undef opt_utrace macro

Completed in 570 milliseconds