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

  /external/chromium_org/third_party/sqlite/src/src/
mem3.c 102 ** Memory available for allocation. nPool is the size of the array
105 u32 nPool;
405 for(toFree=nBlock*16; toFree<(mem3.nPool*16); toFree *= 2){
441 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] );
445 assert( i+size<=mem3.nPool+1 );
561 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
564 mem3.szMaster = mem3.nPool;
568 mem3.aPool[mem3.nPool].u.hdr.prevSize = mem3.nPool;
569 mem3.aPool[mem3.nPool].u.hdr.size4x = 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 1112 int nPool;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 1112 int nPool;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 533 milliseconds