Home
last modified time | relevance | path

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

/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp78 void_arg_ = nullptr; in Init()
107 static const void* void_arg_; member in MallocHooksTest
124 const void* MallocHooksTest::void_arg_; member in MallocHooksTest
159 void_arg_ = arg; in test_malloc_hook()
165 void_arg_ = arg; in test_realloc_hook()
171 void_arg_ = arg; in test_memalign_hook()
177 void_arg_ = arg; in test_free_hook()
237 EXPECT_TRUE(void_arg_ != nullptr) << "The malloc hook was called with a nullptr."; in TEST_F()
255 EXPECT_TRUE(void_arg_ != nullptr) << "The free hook was called with a nullptr."; in TEST_F()
274 EXPECT_TRUE(void_arg_ != nullptr) << "The realloc hook was called with a nullptr."; in TEST_F()
[all …]