HomeSort by relevance Sort by last modified time
    Searched refs:OPT_WRITE_BOOL_MUTABLE (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
stats.c 647 #define OPT_WRITE_BOOL_MUTABLE(n, m, c) { \
746 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active, ",")
747 OPT_WRITE_BOOL_MUTABLE(prof_thread_active_init, prof.thread_active_init,
767 #undef OPT_WRITE_BOOL_MUTABLE
    [all...]
  /external/jemalloc_new/src/
stats.c 888 #define OPT_WRITE_BOOL_MUTABLE(name, altname) \
912 OPT_WRITE_BOOL_MUTABLE("background_thread", "background_thread")
925 OPT_WRITE_BOOL_MUTABLE("prof_active", "prof.active")
926 OPT_WRITE_BOOL_MUTABLE("prof_thread_active_init",
942 #undef OPT_WRITE_BOOL_MUTABLE
    [all...]

Completed in 6645 milliseconds