Lines Matching full:allocatedentries
54 mlu ->AllocatedEntries = nItems;
95 int AllocatedEntries;
101 AllocatedEntries = mlu ->AllocatedEntries * 2;
104 if (AllocatedEntries / 2 != mlu ->AllocatedEntries) return FALSE;
107 NewPtr = (_cmsMLUentry*)_cmsRealloc(mlu ->ContextID, mlu ->Entries, AllocatedEntries*sizeof(_cmsMLUentry));
111 mlu ->AllocatedEntries = AllocatedEntries;
150 if (mlu ->UsedEntries >= mlu ->AllocatedEntries) {
246 if (NewMlu ->AllocatedEntries < mlu ->UsedEntries)
307 if (mlu -> AllocatedEntries <= 0) return NULL;