summaryrefslogtreecommitdiffstats
path: root/botan/src/alloc/alloc_mmap/info.txt
blob: 65d9b297774928a102a35e8a1369d6b8bcfa99d1 (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
30
realname "Disk Based Allocation System"

define ALLOC_MMAP
modset unix

load_on auto

<add>
mmap_mem.cpp
mmap_mem.h
</add>

<os>
linux
freebsd
dragonfly
openbsd
netbsd
solaris
qnx
darwin
tru64

# Only without -ansi, otherwise can't get mkstemp
#cygwin
</os>

<requires>
mem_pool
</requires>