Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp33 constexpr int DEFAULT_MALLOC_SIZE = 10; variable
200 return reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in DepthMalloc()
305 auto ret = malloc(DEFAULT_MALLOC_SIZE); in StartCallocProcess()
329 char *p = reinterpret_cast<char *>(malloc(DEFAULT_MALLOC_SIZE)); in ApplyForRealloc()
438 …ASSERT_EQ(atoi(hookVec[4].c_str()), DEFAULT_MALLOC_SIZE); // 4: fifth hook data, default malloc si…
571 ASSERT_EQ(atoi(hookVec[4].c_str()), DEFAULT_MALLOC_SIZE);