HomeSort by relevance Sort by last modified time
    Searched refs:AllocateGuarded (Results 1 - 4 of 4) sorted by null

  /external/v8/src/base/platform/
platform.h 184 static void* AllocateGuarded(const size_t requested);
platform-posix.cc 102 void* OS::AllocateGuarded(const size_t requested) {
platform-win32.cc 800 void* OS::AllocateGuarded(const size_t requested) {
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 109 // AllocateGuarded makes the whole region inaccessible by default.
110 void* memory = base::OS::AllocateGuarded(alloc_size);
    [all...]

Completed in 500 milliseconds