78 lines · yaml
1functions:2 mlock:3 in-latest-posix: ''4 mlockall:5 in-latest-posix: ''6 mmap:7 in-latest-posix: ''8 mprotect:9 in-latest-posix: ''10 msync:11 in-latest-posix: ''12 munlock:13 in-latest-posix: ''14 munlockall:15 in-latest-posix: ''16 munmap:17 in-latest-posix: ''18 posix_madvise:19 in-latest-posix: ''20 posix_mem_offset:21 in-latest-posix: ''22 posix_typed_mem_get_info:23 in-latest-posix: ''24 posix_typed_mem_open:25 in-latest-posix: ''26 shm_open:27 in-latest-posix: ''28 shm_unlink:29 in-latest-posix: ''30macros:31 MAP_ANON:32 in-latest-posix: ''33 MAP_ANONYMOUS:34 in-latest-posix: ''35 MAP_FAILED:36 in-latest-posix: ''37 MAP_FIXED:38 in-latest-posix: ''39 MAP_PRIVATE:40 in-latest-posix: ''41 MAP_SHARED:42 in-latest-posix: ''43 MCL_CURRENT:44 in-latest-posix: ''45 MCL_FUTURE:46 in-latest-posix: ''47 MS_ASYNC:48 in-latest-posix: ''49 MS_INVALIDATE:50 in-latest-posix: ''51 MS_SYNC:52 in-latest-posix: ''53 POSIX_MADV_DONTNEED:54 in-latest-posix: ''55 POSIX_MADV_NORMAL:56 in-latest-posix: ''57 POSIX_MADV_RANDOM:58 in-latest-posix: ''59 POSIX_MADV_SEQUENTIAL:60 in-latest-posix: ''61 POSIX_MADV_WILLNEED:62 in-latest-posix: ''63 POSIX_TYPED_MEM_ALLOCATE:64 in-latest-posix: ''65 POSIX_TYPED_MEM_ALLOCATE_CONTIG:66 in-latest-posix: ''67 POSIX_TYPED_MEM_MAP_ALLOCATABLE:68 in-latest-posix: ''69 PROT_EXEC:70 in-latest-posix: ''71 PROT_NONE:72 in-latest-posix: ''73 PROT_READ:74 in-latest-posix: ''75 PROT_WRITE:76 in-latest-posix: ''77 78