Home
last modified time | relevance | path

Searched refs:g_maxSize (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp72 static uint32_t g_maxSize = INT_MAX; member
282 g_maxSize = max > 0 ? static_cast<uint32_t>(max) : INT_MAX; in ohos_malloc_hook_on_start()
1412 if (g_ClientConfig.filterSize < 0 || size < static_cast<size_t>(g_ClientConfig.filterSize) || size > g_maxSize) { in ohos_set_filter_size()

Completed in 3 milliseconds