Home
last modified time | relevance | path

Searched refs:boundary_end (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dplatform-linux.cc159 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()
Dplatform-solaris.cc69 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-darwin.cc96 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-qnx.cc152 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-openbsd.cc126 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-freebsd.cc101 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-aix.cc133 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-cygwin.cc275 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-starboard.cc478 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
Dplatform-win32.cc1666 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()
Dplatform.h312 Address boundary_start, Address boundary_end, size_t minimum_size,
Dplatform-fuchsia.cc379 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin() argument
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.c164 gchar *boundary_end; in add_final_boundary_unlocked() local
190 boundary_end = g_strdup_printf ("\r\n%s\r\n", BOUNDARY_STRING_END); in add_final_boundary_unlocked()
191 g_byte_array_append (array, (guint8 *) boundary_end, strlen (boundary_end)); in add_final_boundary_unlocked()
192 g_free (boundary_end); in add_final_boundary_unlocked()