Home
last modified time | relevance | path

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

/dports/games/heretic/glheretic-1.2/opengl/
H A Dgl_init.c321 int g_hHeap=-1, g_hHeapFix=-1; variable
332 g_hHeapFix=HeapCreate(FIX); in fn_vInitMemory()
340 int hHeap=(g_cMemMode==FIX ? g_hHeapFix : g_hHeap); in fn_vDesinitMemory()
349 g_hHeapFix=-1; in fn_vDesinitMemory()
359 int hHeap=(g_cMemMode==FIX ? g_hHeapFix : g_hHeap); in GLMalloc()
369 int hHeap=(g_cMemMode==FIX ? g_hHeapFix : g_hHeap); in GLRealloc()
384 int hHeap=(g_cMemMode==FIX ? g_hHeapFix : g_hHeap); in GLFree()