| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Release memory and unlink shared memory
#include <audio_driver.h>
void ado_shm_free( void *ptr,
                   size_t size,
                   char *name );
The ado_shm_free() function releases the memory at the location ptr and of size size. Additionally, it unlinks the shared memory region of name.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |