Method clflush
clflush(Void*)
Invalidate and flush the cache line that contains p from all levels of the cache hierarchy.
Declaration
public static void clflush(void *ptr)
Parameters
Type | Name | Description |
---|---|---|
Void* | ptr | Pointer to the cache line to be flushed. |
Remarks
**** clflush m8