Searched refs:void_arg_ (Results 1 – 1 of 1) sorted by relevance
77 void_arg_ = nullptr; in Init()106 static const void* void_arg_; member in MallocHooksTest123 const void* MallocHooksTest::void_arg_; member in MallocHooksTest158 void_arg_ = arg; in test_malloc_hook()164 void_arg_ = arg; in test_realloc_hook()170 void_arg_ = arg; in test_memalign_hook()176 void_arg_ = arg; in test_free_hook()235 EXPECT_TRUE(void_arg_ != nullptr) << "The malloc hook was called with a nullptr."; in TEST_F()253 EXPECT_TRUE(void_arg_ != nullptr) << "The free hook was called with a nullptr."; in TEST_F()272 EXPECT_TRUE(void_arg_ != nullptr) << "The realloc hook was called with a nullptr."; in TEST_F()[all …]