Searched refs:calloc_func (Results 1 – 2 of 2) sorted by relevance
45 g_memoryHooks.calloc_func = hooks.calloc_func; in InitMemHooks()62 … return (g_memoryHooks.calloc_func != nullptr) ? (g_memoryHooks.calloc_func(num, size)) : nullptr; in ace_calloc()
30 void *(*calloc_func)(size_t num, size_t size); member