Searched refs:nPool (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c14596 ** Memory available for allocation. nPool is the size of the array
14599 u32 nPool; member in struct:Mem3Global
14899 for(toFree=nBlock*16; toFree<(mem3.nPool*16); toFree *= 2){
14935 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] );
14939 assert( i+size<=mem3.nPool+1 );
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15058 mem3.szMaster = mem3.nPool;
15062 mem3.aPool[mem3.nPool].u.hdr.prevSize = mem3.nPool;
15063 mem3.aPool[mem3.nPool]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c14596 ** Memory available for allocation. nPool is the size of the array
14599 u32 nPool; member in struct:Mem3Global
14899 for(toFree=nBlock*16; toFree<(mem3.nPool*16); toFree *= 2){
14935 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] );
14939 assert( i+size<=mem3.nPool+1 );
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15058 mem3.szMaster = mem3.nPool;
15062 mem3.aPool[mem3.nPool].u.hdr.prevSize = mem3.nPool;
15063 mem3.aPool[mem3.nPool]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c14596 ** Memory available for allocation. nPool is the size of the array
14599 u32 nPool; member in struct:Mem3Global
14899 for(toFree=nBlock*16; toFree<(mem3.nPool*16); toFree *= 2){
14935 assert( p>mem3.aPool && p<&mem3.aPool[mem3.nPool] );
14939 assert( i+size<=mem3.nPool+1 );
15055 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
15058 mem3.szMaster = mem3.nPool;
15062 mem3.aPool[mem3.nPool].u.hdr.prevSize = mem3.nPool;
15063 mem3.aPool[mem3.nPool]
[all...]

Completed in 460 milliseconds