aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/alloc_mmap/info.txt
blob: d8c766d5593579f200ddcc36a899b066d5c8ed10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>

<requires>
mem_pool
</requires>