Share via


__CacheRelease (Windows Embedded CE 6.0)

1/5/2010

This function writes the cache line containing the address referenced by the pointer to main memory, and then marks the cache line as empty.

Syntax

void __cdecl __CacheRelease(
  void *
);

Parameters

  • *
    [in] Pointer to cache line.

Return Value

None.

Remarks

This function might do nothing if the requested functionality is not available on the target hardware platform.

Requirements

Architecture ARM, MIPS, SH-4, x86
Header cmnintrin.h
Routine _CacheRelease

See Also

Reference

Common Intrinsic Functions for Device Compilers

Other Resources

Intrinsic Functions for Device Compilers