Searched refs:unity_heap (Results 1 – 2 of 2) sorted by relevance
43 static unsigned char unity_heap[UNITY_INTERNAL_HEAP_SIZE_BYTES]; variable91 guard = (Guard*)(void*)(&unity_heap[heap_index]); in unity_malloc()128 if (mem == unity_heap + heap_index - block_size) in release_memory()189 if ((oldMem == unity_heap + heap_index - old_total_size) && in unity_realloc()
166 static unsigned char unity_heap[UNITY_INTERNAL_HEAP_SIZE_BYTES]; variable202 guard = (Guard*)&unity_heap[heap_index]; in unity_malloc()234 if (mem == unity_heap + heap_index - guard->size - sizeof(end)) in release_memory()291 if (oldMem == unity_heap + heap_index - guard->size - sizeof(end) && in unity_realloc()