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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15996 ** Pointers to the head of the list are stored in mem3.aiSmall[]
16050 ** The master chunk is not in either the aiHash[] or aiSmall[].
16060 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */ member in struct:Mem3Global
16099 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
16133 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
16225 ** mem3.aiSmall[] or mem3.aiHash[].
16297 i = mem3.aiSmall[nBlock-2];
16299 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
16339 memsys3Merge(&mem3.aiSmall[i]);
16554 if( mem3.aiSmall[
[all...]

Completed in 479 milliseconds