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

  /external/jemalloc/include/jemalloc/internal/
util.h 44 if (unlikely(config_debug && !(e))) { \
55 if (config_debug) { \
66 if (config_debug) { \
76 if (unlikely(config_debug && !(e))) \
81 /* Use to assert a particular configuration, e.g., cassert(config_debug). */
arena.h 888 if (config_debug) {
    [all...]
jemalloc_internal.h 24 static const bool config_debug = variable
  /external/jemalloc/src/
util.c 2 if (config_debug && !(e)) { \
9 if (config_debug) { \
16 if (config_debug) { \
ckh.c 425 if (config_debug)
arena.c 425 else if (config_debug) {
485 if (config_debug && flag_dirty == 0 &&
607 if (config_debug) {
    [all...]
chunk.c 159 else if (config_debug) {
tcache.c 279 if (config_debug) {
ctl.c 76 CTL_PROTO(config_debug)
241 {NAME("debug"), CTL(config_debug)},
    [all...]

Completed in 83 milliseconds