Home | History | Annotate | Download | only in dist

Lines Matching refs:aiSmall

13194 ** Pointers to the head of the list are stored in mem3.aiSmall[] 
13248 ** The master chunk is not in either the aiHash[] or aiSmall[].
13258 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
13297 memsys3UnlinkFromList(i, &mem3.aiSmall[size-2]);
13331 memsys3LinkIntoList(i, &mem3.aiSmall[size-2]);
13423 ** mem3.aiSmall[] or mem3.aiHash[].
13495 i = mem3.aiSmall[nBlock-2];
13497 memsys3UnlinkFromList(i, &mem3.aiSmall[nBlock-2]);
13537 memsys3Merge(&mem3.aiSmall[i]);
13752 if( mem3.aiSmall[i]==0 ) continue;
13754 for(j = mem3.aiSmall[i]; j>0; j=mem3.aPool[j].u.list.next){