Searched refs:g_alloc (Results 1 – 3 of 3) sorted by relevance
15 extern AllocateFunction g_alloc;22 return g_alloc(n); in operator new()
27 AllocateFunction g_alloc = NULL; variable76 g_alloc = alloc; in InitializeModule()
163 - dynamically adapt the alloc entry point to use g_alloc()/g_free()