Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dmalloc_common_dynamic.cpp123 static void* gFunctions[FUNC_LAST]; variable
210 reinterpret_cast<finalize_func_t>(gFunctions[FUNC_FINALIZE])(); in MallocFiniImpl()
245 gFunctions[i] = functions[i]; in SetGlobalFunctions()
251 gFunctions[i] = nullptr; in ClearGlobalFunctions()
267 gFunctions[i] = dlsym(impl_handle, symbol); in InitSharedLibrary()
268 if (gFunctions[i] == nullptr) { in InitSharedLibrary()
323 init_func_t init_func = reinterpret_cast<init_func_t>(gFunctions[FUNC_INITIALIZE]); in FinishInstallHooks()
419 void* func = gFunctions[FUNC_GET_MALLOC_LEAK_INFO]; in GetMallocLeakInfo()
431 void* func = gFunctions[FUNC_FREE_MALLOC_LEAK_INFO]; in FreeMallocLeakInfo()
441 void* func = gFunctions[FUNC_WRITE_LEAK_INFO]; in WriteMallocLeakInfo()
[all …]