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

/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp364 static size_t sPrevLoadedKextSummariesAllocSize = 0; variable
6644 sPrevLoadedKextSummariesAllocSize);
6646 sPrevLoadedKextSummariesAllocSize = 0;
10661 if (sPrevLoadedKextSummariesAllocSize < size) {
10664 sPrevLoadedKextSummariesAllocSize);
10666 sPrevLoadedKextSummariesAllocSize = 0;
10677 summarySize = sPrevLoadedKextSummariesAllocSize;
10713 sPrevLoadedKextSummariesAllocSize = sLoadedKextSummariesAllocSize;

Completed in 38 milliseconds