Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_client_test.cpp74 void* mallocBlack4 = ohos_malloc_hook_malloc(g_size); variable
75 EXPECT_NE(mallocBlack4, nullptr);
77 ohos_malloc_hook_free(mallocBlack4);