Home
last modified time | relevance | path

Searched refs:withMemDebug (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js48 var withMemDebug = false; variable
134 txt += " mem_debug: Enable memory debugger (" + (withMemDebug? "yes" : "no") + ")\n";
245 vf.WriteLine("WITH_MEM_DEBUG=" + (withMemDebug? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_MEM_DEBUG\@/, withMemDebug? "1" : "0"));
500 withMemDebug = strToBool(arg.substring(opt.length + 1, arg.length));
680 txtOut += " Memory debugging: " + boolToStr(withMemDebug) + "\n";