Searched refs:boundary_end (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/base/platform/ |
D | platform-linux.cc | 159 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument 178 gap_start < boundary_end) { in GetFreeMemoryRangesWithin() 188 RoundDown(std::min(gap_end, boundary_end), alignment); in GetFreeMemoryRangesWithin()
|
D | platform-solaris.cc | 69 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-darwin.cc | 96 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-qnx.cc | 152 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-freebsd.cc | 101 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-openbsd.cc | 126 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-aix.cc | 133 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-cygwin.cc | 275 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform-win32.cc | 1666 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument 1678 while (vm_start < boundary_end && in GetFreeMemoryRangesWithin() 1690 RoundDown(std::min(vm_end, boundary_end), alignment); in GetFreeMemoryRangesWithin()
|
D | platform-starboard.cc | 478 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|
D | platform.h | 312 Address boundary_start, Address boundary_end, size_t minimum_size,
|
D | platform-fuchsia.cc | 379 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
|