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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp433 u_long roundSize = round_page(size); local
436 mach_result = kext_alloc(&result, roundSize, /* fixed */ FALSE);
448 linkBuffer = OSData::withBytesNoCopy((void *)result, roundSize);
463 (void *)result, (unsigned long)roundSize);
472 kext_free(result, roundSize);

Completed in 184 milliseconds