Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture_malloc_overrides.h13 #define malloc unity_malloc
18 void* unity_malloc(size_t size);
H A Dunity_fixture.c183 void * unity_malloc(size_t size) in unity_malloc() function
235 void* mem = unity_malloc(num * size); in unity_calloc()
247 return unity_malloc(size); in unity_realloc()
265 newMem = unity_malloc(size); in unity_realloc()