Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: allow embedder-provided PageAllocator in NodePlatform #38362

Closed

Commits on Apr 25, 2021

  1. src: allow embedder-provided PageAllocator in NodePlatform

    For certain embedder use cases there are more complex memory allocation
    requirements that the default V8 page allocator does not handle. For example,
    using MAP_JIT when running under a hardened runtime environment on macOS.
    This allows embedders like Electron to provide their own allocator that
    does handle these cases.
    codebytere committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    68b6cef View commit details
    Browse the repository at this point in the history