https://github.com/magneticflux-/jvm-shared-memory
Shared memory access in the JVM
https://github.com/magneticflux-/jvm-shared-memory
jna jvm native shared-memory
Last synced: 6 months ago
JSON representation
Shared memory access in the JVM
- Host: GitHub
- URL: https://github.com/magneticflux-/jvm-shared-memory
- Owner: magneticflux-
- License: lgpl-3.0
- Created: 2019-05-11T21:39:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T03:21:27.000Z (about 4 years ago)
- Last Synced: 2025-03-26T04:24:11.754Z (7 months ago)
- Topics: jna, jvm, native, shared-memory
- Language: Java
- Size: 150 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jvm-shared-memory
Does what it says on the tin: JVM access to shared memory using JNA.
References:
* [Windows](https://docs.microsoft.com/en-us/windows/desktop/Memory/creating-named-shared-memory)
* [POSIX](http://man7.org/linux/man-pages/man3/shm_open.3.html)