Home
last modified time | relevance | path

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

/third_party/unity/extras/memory/src/
H A Dunity_memory.h30 * For example, when using FreeRTOS UNITY_MALLOC becomes pvPortMalloc()
32 #if !defined(UNITY_MALLOC) || !defined(UNITY_FREE)
34 #define UNITY_MALLOC(size) malloc(size) macro
37 extern void* UNITY_MALLOC(size_t size);
H A Dunity_memory.c95 guard = (Guard*)UNITY_MALLOC(total_size); in unity_malloc()

Completed in 1 milliseconds