summaryrefslogtreecommitdiffstats
path: root/sys/vm/memguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/memguard.h')
-rw-r--r--sys/vm/memguard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h
index 10ca96d..34d79cf 100644
--- a/sys/vm/memguard.h
+++ b/sys/vm/memguard.h
@@ -26,6 +26,9 @@
* $FreeBSD$
*/
+extern u_int vm_memguard_divisor;
+
void memguard_init(vm_map_t parent_map, unsigned long size);
void *memguard_alloc(unsigned long size, int flags);
void memguard_free(void *addr);
+int memguard_cmp(struct malloc_type *mtp);
OpenPOWER on IntegriCloud