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

/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h11 #define malloc unity_malloc
16 void* unity_malloc(size_t size);
H A Dunity_fixture.c181 void * unity_malloc(size_t size) function
233 void* mem = unity_malloc(num * size);
245 return unity_malloc(size);
263 newMem = unity_malloc(size);

Completed in 52 milliseconds