Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_common.h107 mallocDisable = false; in Reset()
121 << ", mallocDisable:" << mallocDisable << ", mmapDisable:" << mmapDisable in ToString()
131 bool mallocDisable = false; member
Dhook_standalone.h31 bool mallocDisable; member
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp74 clientConfig.mallocDisable = hookData.mallocDisable; in GetClientConfig()
Dhook_manager.cpp174 clientConfig.mallocDisable = hookConfig_.malloc_disable(); in GetClientConfig()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp270 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_malloc()
366 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_calloc()
445 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_realloc()
539 if (g_ClientConfig.mallocDisable || IsPidChanged()) { in hook_free()