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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c15573 ** for smaller chunks and mem3.aiHash[] for larger chunks.
15626 ** The master chunk is not in either the aiHash[] or aiSmall[].
15637 u32 aiHash[N_HASH]; /* For sizes MX_SMALL+1 and larger */ member in struct:Mem3Global
15678 memsys3UnlinkFromList(i, &mem3.aiHash[hash]);
15712 memsys3LinkIntoList(i, &mem3.aiHash[hash]);
15801 ** mem3.aiSmall[] or mem3.aiHash[].
15880 for(i=mem3.aiHash[hash]; i>0; i=mem3.aPool[i].u.list.next){
15882 memsys3UnlinkFromList(i, &mem3.aiHash[hash]);
15912 memsys3Merge(&mem3.aiHash[i]);
16139 if( mem3.aiHash[
[all...]

Completed in 407 milliseconds