summaryrefslogtreecommitdiff
path: root/libc/utils/docgen/sys/mman.yaml
blob: 94c6b9b6c77b5fa4d092f52a6537f6962b6c6427 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
functions:
  mlock:
    in-latest-posix: ''
  mlockall:
    in-latest-posix: ''
  mmap:
    in-latest-posix: ''
  mprotect:
    in-latest-posix: ''
  msync:
    in-latest-posix: ''
  munlock:
    in-latest-posix: ''
  munlockall:
    in-latest-posix: ''
  munmap:
    in-latest-posix: ''
  posix_madvise:
    in-latest-posix: ''
  posix_mem_offset:
    in-latest-posix: ''
  posix_typed_mem_get_info:
    in-latest-posix: ''
  posix_typed_mem_open:
    in-latest-posix: ''
  shm_open:
    in-latest-posix: ''
  shm_unlink:
    in-latest-posix: ''
macros:
  MAP_ANON:
    in-latest-posix: ''
  MAP_ANONYMOUS:
    in-latest-posix: ''
  MAP_FAILED:
    in-latest-posix: ''
  MAP_FIXED:
    in-latest-posix: ''
  MAP_PRIVATE:
    in-latest-posix: ''
  MAP_SHARED:
    in-latest-posix: ''
  MCL_CURRENT:
    in-latest-posix: ''
  MCL_FUTURE:
    in-latest-posix: ''
  MS_ASYNC:
    in-latest-posix: ''
  MS_INVALIDATE:
    in-latest-posix: ''
  MS_SYNC:
    in-latest-posix: ''
  POSIX_MADV_DONTNEED:
    in-latest-posix: ''
  POSIX_MADV_NORMAL:
    in-latest-posix: ''
  POSIX_MADV_RANDOM:
    in-latest-posix: ''
  POSIX_MADV_SEQUENTIAL:
    in-latest-posix: ''
  POSIX_MADV_WILLNEED:
    in-latest-posix: ''
  POSIX_TYPED_MEM_ALLOCATE:
    in-latest-posix: ''
  POSIX_TYPED_MEM_ALLOCATE_CONTIG:
    in-latest-posix: ''
  POSIX_TYPED_MEM_MAP_ALLOCATABLE:
    in-latest-posix: ''
  PROT_EXEC:
    in-latest-posix: ''
  PROT_NONE:
    in-latest-posix: ''
  PROT_READ:
    in-latest-posix: ''
  PROT_WRITE:
    in-latest-posix: ''