kitty/tools/utils/shm
Kovid Goyal c280a28155
Dont use os.Remove on failures in syscall_shm
Use shm_unlink instead
2023-09-23 11:16:30 +05:30
..
fallocate_linux.go Use fallocate() rather than truncate() when creating SHM memory 2023-09-23 09:53:17 +05:30
fallocate_other.go Always use fallocate() on Linux for SHM creation 2023-09-23 10:55:15 +05:30
shm.go Dont use os.Remove on failures in syscall_shm 2023-09-23 11:16:30 +05:30
shm_fs.go Dont use os.Remove on failures in syscall_shm 2023-09-23 11:16:30 +05:30
shm_syscall.go Dont use os.Remove on failures in syscall_shm 2023-09-23 11:16:30 +05:30
shm_test.go Always use fallocate() on Linux for SHM creation 2023-09-23 10:55:15 +05:30
specific_darwin.go
specific_dragonfly.go
specific_freebsd.go
specific_linux.go
specific_netbsd.go
specific_openbsd.go