Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.1.1.8. alt_uncached_free()

Prototype

void alt_uncached_free (volatile void* ptr)

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

Yes.

Available from ISR

No.

Include

<sys/alt_cache.h>

Description

In the case where there is no data cache implemented the alt_uncached_free() routine simply calls free().

Return

--