Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp58 constexpr int PRINT_INTERVAL = 5000; variable
404 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_malloc()
476 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_malloc()
509 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_aligned_alloc()
582 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_aligned_alloc()
625 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_calloc()
692 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_calloc()
734 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_realloc()
819 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_realloc()
859 if (g_mallocTimes % PRINT_INTERVAL == 0) { in hook_free()
[all …]