Searched refs:fpunwind (Results 1 – 4 of 4) sorted by relevance
111 fpunwind = false; in Reset()123 …<< ", fpunwind:" << fpunwind << ", isBlocked:" << isBlocked << ", memtraceEnable:" << memtraceEnab… in ToString()135 bool fpunwind = false; member
295 if (g_ClientConfig.fpunwind) { in hook_malloc()330 if (g_ClientConfig.fpunwind) { in hook_malloc()380 if (g_ClientConfig.fpunwind) { in hook_calloc()419 if (g_ClientConfig.fpunwind) { in hook_calloc()460 if (g_ClientConfig.fpunwind) { in hook_realloc()513 if (g_ClientConfig.fpunwind) { in hook_realloc()550 if (g_ClientConfig.fpunwind) { in hook_free()590 if (g_ClientConfig.fpunwind) { in hook_free()639 if (g_ClientConfig.fpunwind) { in hook_mmap()702 if (g_ClientConfig.fpunwind) { in hook_mmap()[all …]
78 clientConfig.fpunwind = hookData.fpUnwind; in GetClientConfig()
178 clientConfig.fpunwind = hookConfig_.fp_unwind(); in GetClientConfig()