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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp129 #define kOSKextTypicalLoadCount (120) macro
594 sKextsByID = OSDictionary::withCapacity(kOSKextTypicalLoadCount);
595 sLoadedKexts = OSArray::withCapacity(kOSKextTypicalLoadCount);
596 sUnloadedPrelinkedKexts = OSArray::withCapacity(kOSKextTypicalLoadCount / 10);
599 sAllKextLoadIdentifiers = OSSet::withCapacity(kOSKextTypicalLoadCount);

Completed in 18 milliseconds