Home | History | Annotate | Download | only in Support

Lines Matching refs:Array

31   // Install the new array.  Clear all the buckets to empty.
54 // If more than 3/4 of the array is full, grow.
57 // If fewer of 1/8 of the array is empty (meaning that many are filled with
105 const void *const *Array = CurArray;
109 if (Array[Bucket] == Ptr)
110 return Array+Bucket;
115 if (Array[Bucket] == getEmptyMarker())
116 return Tombstone ? Tombstone : Array+Bucket;
120 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
121 Tombstone = Array+Bucket; // Remember the first tombstone found.
137 // Install the new array. Clear all the buckets to empty.
179 // Copy over the new array size
245 // Copy over the new array size