Searched refs:DEFAULT_MALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
33 constexpr int DEFAULT_MALLOC_SIZE = 10; variable200 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);