arrow_back_ios
Back to List
liboffload::swcache::invalidate
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::invalidate( __outer void * linePtr );
Within an Offload context:
This function invalidates the software cache line which holds the pointer linePtr. This will not writeback the line if modified.
Outside of an Offload context:
This function has no effect.