Searched refs:flush_pointer (Results 1 – 1 of 1) sorted by relevance
853 void* flush_pointer = debug_malloc(100+i); in TEST_F() local854 ASSERT_TRUE(flush_pointer != nullptr); in TEST_F()855 memset(flush_pointer, 0, 100 + i); in TEST_F()856 debug_free(flush_pointer); in TEST_F()