| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | munmap_invalid.cpp | 17 munmap(0, 1); in main() 18 munmap(0, -1); in main() 19 munmap((void *)main, -1); in main() 22 munmap(p, (1ull << 60)); in main() 23 munmap(p, -10000); in main() 24 munmap(p, 0); in main()
|
| H A D | map32bit.cpp | 43 munmap(ptr, 128 << 10); in main()
|
| H A D | java_heap_init.cpp | 16 munmap((void*)jheap, kHeapSize); in main()
|
| H A D | signal_longjmp.cpp | 73 munmap(p, 4096); in main()
|
| /llvm-project-15.0.7/libc/src/sys/mman/linux/ |
| H A D | CMakeLists.txt | 15 munmap 17 munmap.cpp 19 ../munmap.h
|
| H A D | munmap.cpp | 21 LLVM_LIBC_FUNCTION(int, munmap, (void *addr, size_t size)) {
|
| /llvm-project-15.0.7/libc/src/sys/mman/ |
| H A D | CMakeLists.txt | 13 munmap 16 .${LIBC_TARGET_OS}.munmap
|
| H A D | munmap.h | 16 int munmap(void *addr, size_t size);
|
| /llvm-project-15.0.7/libc/test/src/sys/mman/linux/ |
| H A D | mmap_test.cpp | 33 EXPECT_THAT(__llvm_libc::munmap(addr, alloc_size), Succeeds()); in TEST() 42 EXPECT_THAT(__llvm_libc::munmap(0, 0), Fails(EINVAL)); in TEST()
|
| H A D | CMakeLists.txt | 14 libc.src.sys.mman.munmap
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 160 INTERCEPTOR(int, munmap, void *addr, SIZE_T length) { in INTERCEPTOR() argument 163 COMMON_INTERCEPTOR_ENTER(munmap, addr, length); in INTERCEPTOR() 164 int res = REAL(munmap)(addr, length); in INTERCEPTOR() 209 INTERCEPT_FUNCTION(munmap); in initialize_interceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack_platform.h | 106 DEFINE__REAL(int, munmap, void *a, size_t b); in Munmap() 107 return _REAL(munmap, addr, length); in Munmap()
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | interceptors.c | 102 munmap(p, kSize); in test_mmap() 115 munmap(p, kSize); in test_unmmap()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | mmap_test.c | 10 munmap(buf, 100000); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | mmap64_test.c | 12 munmap(buf, 100000); in main()
|
| H A D | prctl.cpp | 61 munmap(p, 128); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/ |
| H A D | segv_read_write.c | 14 munmap(p, 4096); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | segv_read_write.c | 17 munmap(p, 4096); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | large_allocator_unpoisons_on_free.cpp | 37 munmap(q, kPageSize); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-segv/ |
| H A D | main.c | 17 if (munmap(address, kMmapSize) != 0) in handler()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.h | 66 void munmap(void *addr, size_t length);
|
| H A D | InstrProfilingFile.c | 360 (void)munmap(*ProfileBuffer, ProfileFileSize); in mmapProfileForMerging() 393 (void)munmap(ProfileBuffer, ProfileFileSize); in doProfileMerging() 402 (void)munmap(ProfileBuffer, ProfileFileSize); in doProfileMerging() 623 (void)munmap(ProfileBuffer, ProfileFileSize); in initializeProfileForContinuousMode() 1183 (void)munmap(ProfileBuffer, ProfileFileSize); in __llvm_profile_set_file_object()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 69 DECLARE__REAL_AND_INTERNAL(uptr, munmap, void *addr, uptr length) { in DECLARE__REAL_AND_INTERNAL() argument 70 return _REAL(munmap)(addr, length); in DECLARE__REAL_AND_INTERNAL()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | binary-id-padding.c | 73 if (munmap(Buf, FileSize)) in main()
|
| H A D | corrupted-profile.c | 66 if (munmap(Buf, FileSize)) in main()
|