Home
last modified time | relevance | path

Searched refs:UNITY_FIXTURE_FREE (Results 1 – 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h28 #if !defined(UNITY_FIXTURE_MALLOC) || !defined(UNITY_FIXTURE_FREE)
31 #define UNITY_FIXTURE_FREE(ptr) free(ptr) macro
34 extern void UNITY_FIXTURE_FREE(void* ptr);
Dunity_fixture.c239 UNITY_FIXTURE_FREE(guard); in release_memory()