Skip to content

[WASI][Mono] allocating pages with alignment wastes memory #108509

Open

Description

/* Allocate twice the memory to be able to put the block on an aligned address */
char *mem = (char *) valloc_impl (NULL, size + alignment, flags, type);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    arch-wasmWebAssembly architecturearea-GC-monoos-wasiRelated to WASI variant of arch-wasm

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions