diff options
author | lloyd <[email protected]> | 2008-09-30 04:46:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 04:46:32 +0000 |
commit | 42e3fe73cb63fe92510964d60bfccded65d08c36 (patch) | |
tree | fb77293dfc71b386da6da4fe0f92676b53afc02b /src/alloc/alloc_mmap/info.txt | |
parent | bd2abf83b8ae1b93f2c8e1875873c1cab9c1e18e (diff) |
Move allocator base code into core/, alloc_mmap to alloc/
Diffstat (limited to 'src/alloc/alloc_mmap/info.txt')
-rw-r--r-- | src/alloc/alloc_mmap/info.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/alloc/alloc_mmap/info.txt b/src/alloc/alloc_mmap/info.txt new file mode 100644 index 000000000..8cc2b206e --- /dev/null +++ b/src/alloc/alloc_mmap/info.txt @@ -0,0 +1,25 @@ +realname "Disk Based Allocation System" + +define ALLOC_MMAP +modset unix + +load_on auto + +<add> +mmap_mem.cpp +mmap_mem.h +</add> + +<os> +linux +freebsd +openbsd +netbsd +solaris +qnx +darwin +tru64 + +# Only without -ansi, otherwise can't get mkstemp +#cygwin +</os> |