如何通过Common Lisp cffi或自定义库实现内存映射?
cffi
有void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset);C语言。
void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset);
linux common-lisp
common-lisp ×1
linux ×1