Home
last modified time | relevance | path

Searched refs:sb_flags (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-starboard.cc134 SbMemoryMapFlags sb_flags; in Allocate() local
137 sb_flags = SbMemoryMapFlags(0); in Allocate()
140 sb_flags = SbMemoryMapFlags(kSbMemoryMapProtectReadWrite); in Allocate()
148 void* result = SbMemoryMap(size, sb_flags, "v8::Base::Allocate"); in Allocate()

Completed in 1 milliseconds