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

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 73 int nearlyFull;
106 mem0.nearlyFull = (iThreshold>0 && iThreshold<=nUsed);
201 return mem0.nearlyFull;
270 mem0.nearlyFull = 1;
273 mem0.nearlyFull = 0;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 63 milliseconds