AllocateUserPhysicalPagesNuma method
Implementation
int AllocateUserPhysicalPagesNuma(
ffi.Pointer<ffi.Void> hProcess,
ffi.Pointer<ffi.Uint64> NumberOfPages,
ffi.Pointer<ffi.Uint64> PageArray,
int nndPreferred,
) {
return (_AllocateUserPhysicalPagesNuma ??= _dylib.lookupFunction<
_c_AllocateUserPhysicalPagesNuma,
_dart_AllocateUserPhysicalPagesNuma>('AllocateUserPhysicalPagesNuma'))(
hProcess,
NumberOfPages,
PageArray,
nndPreferred,
);
}