Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_client_test.cpp65 void* mallocBlack3 = ohos_malloc_hook_malloc(g_size); variable
66 EXPECT_NE(mallocBlack3, nullptr);
68 ohos_malloc_hook_free(mallocBlack3);