Searched refs:g_tcm_heap (Results 1 – 1 of 1) sorted by relevance
18 static struct Heap g_tcm_heap; variable45 g_tcm_heap.FreeList = (MemChunk *)&tcm_heap; in tcm_heap_init()46 g_tcm_heap.FreeList->next = NULL; in tcm_heap_init()47 g_tcm_heap.FreeList->size = sizeof(tcm_heap); in tcm_heap_init()63 struct Heap* h = &g_tcm_heap; in tcm_heap_dump()78 struct Heap* h = &g_tcm_heap; in tcm_heap_allocmem()144 struct Heap* h = &g_tcm_heap; in tcm_heap_freemem()228 struct Heap* h = &g_tcm_heap; in tcm_heap_freeSpace()
Completed in 3 milliseconds