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

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 208 static void *pcache1Alloc(int nByte){
241 ** Free an allocated buffer obtained from pcache1Alloc().
291 void *pPg = pcache1Alloc(nByte);
327 return pcache1Alloc(sz);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 48 milliseconds