Searched refs:realloc_hook_called_ (Results 1 – 1 of 1) sorted by relevance
74 realloc_hook_called_ = false; in Init()104 static bool realloc_hook_called_; member in MallocHooksTest121 bool MallocHooksTest::realloc_hook_called_; member in MallocHooksTest163 realloc_hook_called_ = true; in test_realloc_hook()271 EXPECT_TRUE(realloc_hook_called_) << "The realloc hook was not called."; in TEST_F()