Update nuget-buildtasks from upstream's `dev15.1` branch (#4703)
[mono.git] / mono / utils / mono-mmap-internals.h
index 90695609f0875b608f7c6ad3069b970459e4e86c..8831c8bdadff8250532f33df5577fd713dd99a76 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * mono-mmap-internals.h: Internal virtual memory stuff.
+/**
+ * \file
+ * Internal virtual memory stuff.
  *
  * Copyright (C) 2014 Xamarin Inc
  *
@@ -20,6 +21,12 @@ aligned_address (char *mem, size_t size, size_t alignment);
 void
 account_mem (MonoMemAccountType type, ssize_t size);
 
+gboolean
+mono_valloc_can_alloc (size_t size);
+
+void
+mono_valloc_set_limit (size_t size);
+
 int
 mono_pages_not_faulted (void *addr, size_t length);