Home
last modified time | relevance | path

Searched refs:AllocateGuarded (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/platform/
Dplatform.h184 static void* AllocateGuarded(const size_t requested);
Dplatform-posix.cc102 void* OS::AllocateGuarded(const size_t requested) { in AllocateGuarded() function in v8::base::OS
Dplatform-win32.cc800 void* OS::AllocateGuarded(const size_t requested) { in AllocateGuarded() function in v8::base::OS
/external/v8/src/wasm/
Dwasm-module.cc110 void* memory = base::OS::AllocateGuarded(alloc_size); in TryAllocateBackingStore()