Home
last modified time | relevance | path

Searched refs:UNITY_FIXTURE_MALLOC (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)
30 #define UNITY_FIXTURE_MALLOC(size) malloc(size) macro
33 extern void* UNITY_FIXTURE_MALLOC(size_t size);
Dunity_fixture.c206 guard = (Guard*)UNITY_FIXTURE_MALLOC(total_size); in unity_malloc()