Home
last modified time | relevance | path

Searched refs:UNITY_FREE (Results 1 - 2 of 2) sorted by relevance

/third_party/unity/extras/memory/src/
H A Dunity_memory.h31 * and UNITY_FREE becomes vPortFree(). */
32 #if !defined(UNITY_MALLOC) || !defined(UNITY_FREE)
35 #define UNITY_FREE(ptr) free(ptr) macro
38 extern void UNITY_FREE(void* ptr);
H A Dunity_memory.c134 UNITY_FREE(guard); in release_memory()

Completed in 2 milliseconds