Searched refs:realloc_hook_called_ (Results 1 – 1 of 1) sorted by relevance
75 realloc_hook_called_ = false; in Init()105 static bool realloc_hook_called_; member in MallocHooksTest122 bool MallocHooksTest::realloc_hook_called_; member in MallocHooksTest164 realloc_hook_called_ = true; in test_realloc_hook()273 EXPECT_TRUE(realloc_hook_called_) << "The realloc hook was not called."; in TEST_F()