HomeSort by relevance Sort by last modified time
    Searched full:memt (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libxml/src/
runsuite.c 316 int ret = 0, memt; local
330 memt = xmlMemUsed();
361 if ((memt < xmlMemUsed()) && (extraMemoryFromResolver == 0)) {
363 xmlGetLineNo(cur), xmlMemUsed() - memt);
438 int ret = 0, mem, memt; local
465 memt = xmlMemUsed();
484 memt = 0;
615 if ((memt != xmlMemUsed()) && (memt != 0)) {
617 xmlGetLineNo(cur), xmlMemUsed() - memt);
    [all...]

Completed in 138 milliseconds