Searched refs:config_debug (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dutil.h36 if (config_debug && !(e)) { \
47 if (config_debug) { \
58 if (config_debug) { \
68 if (config_debug && !(e)) \
73 /* Use to assert a particular configuration, e.g., cassert(config_debug). */
H A Djemalloc_internal.h24 static const bool config_debug = variable
H A Darena.h908 if (config_debug) {
/external/jemalloc/src/
H A Dutil.c2 if (config_debug && !(e)) { \
9 if (config_debug) { \
16 if (config_debug) { \
H A Darena.c454 else if (config_debug) {
521 if (config_debug && flag_dirty == 0 && arena_mapbits_unzeroed_get(chunk,
526 if (config_debug && flag_dirty == 0 &&
532 if (config_debug && flag_dirty == 0 && arena_mapbits_unzeroed_get(chunk,
667 if (config_debug) {
1103 if (config_debug) {
1351 if (config_debug) {
1383 if (config_debug) {
2023 if (config_debug) {
H A Dchunk.c125 else if (config_debug) {
H A Dckh.c421 if (config_debug)
H A Dctl.c76 CTL_PROTO(config_debug)
214 {NAME("debug"), CTL(config_debug)},
1138 CTL_RO_BOOL_CONFIG_GEN(config_debug)

Completed in 145 milliseconds