Searched refs:void_arg_ (Results 1 – 1 of 1) sorted by relevance
76 void_arg_ = nullptr; in Init()105 static const void* void_arg_; member in MallocHooksTest122 const void* MallocHooksTest::void_arg_; member in MallocHooksTest157 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 …]