aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc')
-rw-r--r--src/alloc/alloc_mmap/info.txt4
-rw-r--r--src/alloc/mem_pool/info.txt8
-rw-r--r--src/alloc/system_alloc/info.txt9
3 files changed, 13 insertions, 8 deletions
diff --git a/src/alloc/alloc_mmap/info.txt b/src/alloc/alloc_mmap/info.txt
index 8cc2b206e..d8c766d55 100644
--- a/src/alloc/alloc_mmap/info.txt
+++ b/src/alloc/alloc_mmap/info.txt
@@ -23,3 +23,7 @@ tru64
# Only without -ansi, otherwise can't get mkstemp
#cygwin
</os>
+
+<requires>
+mem_pool
+</requires>
diff --git a/src/alloc/mem_pool/info.txt b/src/alloc/mem_pool/info.txt
index ec987a0e0..0a762ccc4 100644
--- a/src/alloc/mem_pool/info.txt
+++ b/src/alloc/mem_pool/info.txt
@@ -2,11 +2,11 @@ realname "Memory Pool Allocator"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
mem_pool.cpp
mem_pool.h
</add>
+
+<requires>
+mutex
+</requires>
diff --git a/src/alloc/system_alloc/info.txt b/src/alloc/system_alloc/info.txt
index 0e8de9ff7..5fade38cf 100644
--- a/src/alloc/system_alloc/info.txt
+++ b/src/alloc/system_alloc/info.txt
@@ -2,11 +2,12 @@ realname "Default (Malloc) Allocators"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
defalloc.cpp
defalloc.h
</add>
+
+<requires>
+libstate
+mem_pool
+</requires>