arrow_back_ios
Back to List
liboffload::swcache::commit
Offload KB - offload-library
Old Content Alert
Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.
Include: <liboffload>
static inline void liboffload::swcache::commit( __outer void * linePtr );
Within an Offload context:
This function commits the software cache line which hold the address at linePtr. This will writeback the line if modified.
Outside of an Offload context:
This function has no effect.