OPHeapNew and OPHeapRead merged to single API OPHeapOpen.
OPHeapWrite and OPHeapDestroy merged into OPHeapClose.
The API is cleaner in this way. (fewer types for users!) Also it solves the overcommit memory issue on linux. Because the API got simplified, I also updated the example in doc to show that how easy it is to use OPIC.
OPHeapNew
andOPHeapRead
merged to single APIOPHeapOpen
.OPHeapWrite
andOPHeapDestroy
merged intoOPHeapClose
.The API is cleaner in this way. (fewer types for users!) Also it solves the overcommit memory issue on linux. Because the API got simplified, I also updated the example in doc to show that how easy it is to use OPIC.