ec_cache_destroy
Last updated March 2020
Name
ec_cache_destroy — Purge all entries from the cache and free all memory allocated to it
Synopsis
#include "ec_cache.h"
| void **ec_cache_destroy** (
| cache)
; | |
Description
Purge all entries from the cache and free all memory allocated to it.
- cache
-
The address of the cache. The following typedef applies to the
ec_cache_t
data type:typedef struct ec_cache_head ec_cache_t;
This function returns void.
While it is legal to call this function in any thread, it should only be called in the Scheduler thread.
See Also
Was this page helpful?