Flush any outstanding memory operations and return memory to read mode if applicable.
-
Returns:
- The LIBMEM status result.
LIBMEM drivers do not necessarily carry out operations immediately or they may leave the memory in an unreadable state for performance reasons. You should call libmem_flush once you have finished carrying out memory operations in order to complete all outstanding transactions and return the memory to a readable state.
Example:
|