Documentation ¶
Index ¶
- Constants
- func RemoveKey(key int) error
- func RemoveMmap(filePath string) error
- func Shmat(shmid int, shmaddr uintptr, shmflg int) (uintptr, error)
- func Shmctl(shmid int, cmd int, buf *ShmidDs) (int, error)
- func Shmdt(shmaddr uintptr) (int, error)
- func Shmget(key int, size int, flag int) (int, error)
- type Cache
- type Mmap
- type SHM
- type ShmidDs
Constants ¶
View Source
const ( IPCCreate = 00001000 IPCRMID = 0 IPCSet = 1 IPCStat = 2 )
Variables ¶
This section is empty.
Functions ¶
func RemoveMmap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.