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.cpp77 void_arg_ = nullptr; in Init()
106 static const void* void_arg_; member in MallocHooksTest
123 const void* MallocHooksTest::void_arg_; member in MallocHooksTest
158 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 …]