README ¶ Introduction This project demonstrates the implementation of various memory mapping techniques including shm, mmap, and gomemory. The goal is to provide examples and utilities for efficient inter-process communication and memory sharing. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Memequal(a, b unsafe.Pointer, size uintptr) bool func Memmove(dst, src unsafe.Pointer, size uintptr) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Memequal ¶ func Memequal(a, b unsafe.Pointer, size uintptr) bool func Memmove ¶ func Memmove(dst, src unsafe.Pointer, size uintptr) Types ¶ This section is empty. Source Files ¶ View all Source files memcore.go Directories ¶ Show internal Expand all Path Synopsis collections gom mmap shm Click to show internal directories. Click to hide internal directories.