AllocateUserPhysicalPagesNuma method

int AllocateUserPhysicalPagesNuma(
  1. Pointer<Void> hProcess,
  2. Pointer<Uint64> NumberOfPages,
  3. Pointer<Uint64> PageArray,
  4. int nndPreferred,
)

Implementation

int AllocateUserPhysicalPagesNuma(
  ffi.Pointer<ffi.Void> hProcess,
  ffi.Pointer<ffi.Uint64> NumberOfPages,
  ffi.Pointer<ffi.Uint64> PageArray,
  int nndPreferred,
) {
  return _AllocateUserPhysicalPagesNuma(
    hProcess,
    NumberOfPages,
    PageArray,
    nndPreferred,
  );
}