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

/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DTableRelation.cpp93 int newArraySize = n + mNumberOfColumns; local
94 mData = (Value**) realloc (mData, newArraySize * sizeof (Value*));
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp5785 int newArraySize = 0; local
5834 newArraySize = (reserved->interruptStatisticsArrayCount << 1);
5836 while (newArraySize <= source)
5837 newArraySize = (newArraySize << 1);
5838 newArray = IONew(IOInterruptAccountingReporter, newArraySize);
5846 bzero(newArray, newArraySize * sizeof(*newArray));
5850 reserved->interruptStatisticsArrayCount = newArraySize;

Completed in 121 milliseconds