Lines Matching defs:sandbox
10 #include "src/sandbox/sandbox.h"
79 // For now, we allow the sandbox to be disabled even when compiling with
85 auto sandbox = GetProcessWideSandbox();
86 CHECK(sandbox->is_initialized());
87 // The pointer compression cage must be placed at the start of the sandbox.
95 Address base = sandbox->address_space()->AllocatePages(
96 sandbox->base(), params.reservation_size, params.base_alignment,
98 CHECK_EQ(sandbox->base(), base);
100 params.page_allocator = sandbox->page_allocator();