Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc187 const uintptr_t huge_end = in Allocate() local
189 if (huge_end > huge_start) { in Allocate()
192 madvise(reinterpret_cast<void*>(huge_start), huge_end - huge_start, in Allocate()

Completed in 3 milliseconds