Forum Discussion
User1573261788318367
New Contributor
6 years agomemset is for setting a large chunk of memory to a certain byte value. msync is for waiting for all in-flight memory transactions to finish. They are C++ functions used in the Linux driver I am writing.