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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp429 u_long roundSize = round_page(size); local
432 mach_result = kext_alloc(&result, roundSize, /* fixed */ FALSE);
444 linkBuffer = OSData::withBytesNoCopy((void *)result, roundSize);
459 (void *)result, (unsigned long)roundSize);
468 kext_free(result, roundSize);

Completed in 129 milliseconds