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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c15572 ** Pointers to the head of the list are stored in mem3.aiSmall[]
15626 ** The master chunk is not in either the aiHash[] or aiSmall[].
15636 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */ member in struct:Mem3Global
15675 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
15709 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
15801 ** mem3.aiSmall[] or mem3.aiHash[].
15873 i = mem3.aiSmall[nBlock-2];
15875 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
15915 memsys3Merge(&mem3.aiSmall[i]);
16130 if( mem3.aiSmall[
[all...]

Completed in 299 milliseconds