Searched refs:kDebugMode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc78 // Set kDebugMode mode so that we can have use C++ conditionals
81 static const bool kDebugMode = false; variable
83 static const bool kDebugMode = true; variable
458 if (kDebugMode && sizeof(void*) > 4) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc78 // Set kDebugMode mode so that we can have use C++ conditionals
81 static const bool kDebugMode = false; variable
83 static const bool kDebugMode = true; variable
601 if (kDebugMode && sizeof(void*) > 4) {

Completed in 334 milliseconds