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.cpp76 void_arg_ = nullptr; in Init()
105 static const void* void_arg_; member in MallocHooksTest
122 const void* MallocHooksTest::void_arg_; member in MallocHooksTest
157 void_arg_ = arg; in test_malloc_hook()
163 void_arg_ = arg; in test_realloc_hook()
169 void_arg_ = arg; in test_memalign_hook()
175 void_arg_ = arg; in test_free_hook()
238 EXPECT_TRUE(void_arg_ != nullptr) << "The malloc hook was called with a nullptr."; in TEST_F()
256 EXPECT_TRUE(void_arg_ != nullptr) << "The free hook was called with a nullptr."; in TEST_F()
275 EXPECT_TRUE(void_arg_ != nullptr) << "The realloc hook was called with a nullptr."; in TEST_F()
[all …]