Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_client_test.cpp82 void* mallocBlack5 = ohos_malloc_hook_malloc(g_size); variable
83 EXPECT_NE(mallocBlack5, nullptr);
85 ohos_malloc_hook_free(mallocBlack5);