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

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 262 int nFull;
265 nFull = sqlite3GlobalConfig.m.xRoundup(n);
269 if( nUsed+nFull >= mem0.alarmThreshold ){
271 sqlite3MallocAlarm(nFull);
276 p = sqlite3GlobalConfig.m.xMalloc(nFull);
279 sqlite3MallocAlarm(nFull);
280 p = sqlite3GlobalConfig.m.xMalloc(nFull);
284 nFull = sqlite3MallocSize(p);
285 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull);
289 return nFull;
    [all...]
os_win.c     [all...]
os_os2.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 76 milliseconds