Searched refs:gFunctions (Results 1 – 1 of 1) sorted by relevance
121 static void* gFunctions[FUNC_LAST]; variable208 reinterpret_cast<finalize_func_t>(gFunctions[FUNC_FINALIZE])(); in MallocFiniImpl()243 gFunctions[i] = functions[i]; in SetGlobalFunctions()249 gFunctions[i] = nullptr; in ClearGlobalFunctions()265 gFunctions[i] = dlsym(impl_handle, symbol); in InitSharedLibrary()266 if (gFunctions[i] == nullptr) { in InitSharedLibrary()321 init_func_t init_func = reinterpret_cast<init_func_t>(gFunctions[FUNC_INITIALIZE]); in FinishInstallHooks()415 void* func = gFunctions[FUNC_GET_MALLOC_LEAK_INFO]; in GetMallocLeakInfo()427 void* func = gFunctions[FUNC_FREE_MALLOC_LEAK_INFO]; in FreeMallocLeakInfo()437 void* func = gFunctions[FUNC_WRITE_LEAK_INFO]; in WriteMallocLeakInfo()[all …]