wasm-posix-host
    Preparing search index...

    Interface ThreadAllocation

    interface ThreadAllocation {
        basePage: number;
        channelOffset: number;
        forkSaveOffset: number;
        slotStartPage: number;
        tlsAllocAddr: number;
        tlsOffset: number;
    }
    Index

    Properties

    basePage: number

    Use slotStartPage.

    channelOffset: number

    Byte offset of the channel in Memory

    forkSaveOffset: number

    Byte offset of the per-thread fork-save/scratch page in Memory.

    slotStartPage: number

    Start page of the pthread slot.

    tlsAllocAddr: number

    Use tlsOffset.

    tlsOffset: number

    Byte offset of the TLS/control page in Memory.