Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 376 Bytes

QShared-Memory

Description

QShared memory provides creating shared memory and accessing it from multiple processes or it can also lock memory for exclusive access. This repository includes two function;

loadfromfile: this function creates shared memory and loads data into memory
loadfrommemory: receives shared memory, opens and detach data.