Searched refs:iMaster (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.c14618 ** iMaster is the index of the master chunk. Most new allocations
14620 ** of the current master. iMaster is 0 if there is not master chunk.
14623 u32 iMaster; member in struct:Mem3Global
14760 ** Carve a piece off of the end of the mem3.iMaster free chunk.
14769 void *p = memsys3Checkout(mem3.iMaster, mem3.szMaster);
14770 mem3.iMaster = 0;
14777 newi = mem3.iMaster + mem3.szMaster - nBlock;
14778 assert( newi > mem3.iMaster+1 );
14779 mem3.aPool[mem3.iMaster+mem3.szMaster-1].u.hdr.prevSize = nBlock;
14780 mem3.aPool[mem3.iMaster
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c14618 ** iMaster is the index of the master chunk. Most new allocations
14620 ** of the current master. iMaster is 0 if there is not master chunk.
14623 u32 iMaster; member in struct:Mem3Global
14760 ** Carve a piece off of the end of the mem3.iMaster free chunk.
14769 void *p = memsys3Checkout(mem3.iMaster, mem3.szMaster);
14770 mem3.iMaster = 0;
14777 newi = mem3.iMaster + mem3.szMaster - nBlock;
14778 assert( newi > mem3.iMaster+1 );
14779 mem3.aPool[mem3.iMaster+mem3.szMaster-1].u.hdr.prevSize = nBlock;
14780 mem3.aPool[mem3.iMaster
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c14618 ** iMaster is the index of the master chunk. Most new allocations
14620 ** of the current master. iMaster is 0 if there is not master chunk.
14623 u32 iMaster; member in struct:Mem3Global
14760 ** Carve a piece off of the end of the mem3.iMaster free chunk.
14769 void *p = memsys3Checkout(mem3.iMaster, mem3.szMaster);
14770 mem3.iMaster = 0;
14777 newi = mem3.iMaster + mem3.szMaster - nBlock;
14778 assert( newi > mem3.iMaster+1 );
14779 mem3.aPool[mem3.iMaster+mem3.szMaster-1].u.hdr.prevSize = nBlock;
14780 mem3.aPool[mem3.iMaster
[all...]

Completed in 683 milliseconds