|
| 1 | +{ |
| 2 | + "macros": { |
| 3 | + "PROT_EXEC": { "posix-definition": "" }, |
| 4 | + "PROT_NONE": { "posix-definition": "" }, |
| 5 | + "PROT_READ": { "posix-definition": "" }, |
| 6 | + "PROT_WRITE": { "posix-definition": "" }, |
| 7 | + "MAP_ANON": { "posix-definition": "" }, |
| 8 | + "MAP_ANONYMOUS": { "posix-definition": "" }, |
| 9 | + "MAP_FIXED": { "posix-definition": "" }, |
| 10 | + "MAP_PRIVATE": { "posix-definition": "" }, |
| 11 | + "MAP_SHARED": { "posix-definition": "" }, |
| 12 | + "MS_ASYNC": { "posix-definition": "" }, |
| 13 | + "MS_INVALIDATE": { "posix-definition": "" }, |
| 14 | + "MS_SYNC": { "posix-definition": "" }, |
| 15 | + "MCL_CURRENT": { "posix-definition": "" }, |
| 16 | + "MCL_FUTURE": { "posix-definition": "" }, |
| 17 | + "MAP_FAILED": { "posix-definition": "" }, |
| 18 | + "POSIX_MADV_DONTNEED": { "posix-definition": "" }, |
| 19 | + "POSIX_MADV_NORMAL": { "posix-definition": "" }, |
| 20 | + "POSIX_MADV_RANDOM": { "posix-definition": "" }, |
| 21 | + "POSIX_MADV_SEQUENTIAL": { "posix-definition": "" }, |
| 22 | + "POSIX_MADV_WILLNEED": { "posix-definition": "" }, |
| 23 | + "POSIX_TYPED_MEM_ALLOCATE": { "posix-definition": "" }, |
| 24 | + "POSIX_TYPED_MEM_ALLOCATE_CONTIG": { "posix-definition": "" }, |
| 25 | + "POSIX_TYPED_MEM_MAP_ALLOCATABLE": { "posix-definition": "" } |
| 26 | + }, |
| 27 | + "functions": { |
| 28 | + "mlock": { "posix-definition": "" }, |
| 29 | + "mlockall": { "posix-definition": "" }, |
| 30 | + "mmap": { "posix-definition": "" }, |
| 31 | + "mprotect": { "posix-definition": "" }, |
| 32 | + "msync": { "posix-definition": "" }, |
| 33 | + "munlock": { "posix-definition": "" }, |
| 34 | + "munlockall": { "posix-definition": "" }, |
| 35 | + "munmap": { "posix-definition": "" }, |
| 36 | + "posix_madvise": { "posix-definition": "" }, |
| 37 | + "posix_mem_offset": { "posix-definition": "" }, |
| 38 | + "posix_typed_mem_get_info": { "posix-definition": "" }, |
| 39 | + "posix_typed_mem_open": { "posix-definition": "" }, |
| 40 | + "shm_open": { "posix-definition": "" }, |
| 41 | + "shm_unlink": { "posix-definition": "" } |
| 42 | + } |
| 43 | +} |
0 commit comments