Function alloc

  • Allocates kernel memory.

    Parameters

    • size: number | UInt64

      Size of the allocation in bytes (will be rounded up to a multiple of the kernel's page size).

    Returns UInt64

Generated using TypeDoc