Hello,
In the "Programming persistent memory" book by Steve Scargall, is the following paragraph:
"These steps are performed together when pmem_persist() is called, or they can be
called individually by calling pmem_flush() for the first step and pmem_drain() for the
second. Note that either of these steps may be unnecessary on a given platform, and
the library knows how to check for that and do what is correct. For example, on Intel
platforms, pmem_drain is an empty function."
Just wanted to check if this is accurate.
Thanks,
-Keshav