Home
last modified time | relevance | path

Searched refs:flush_pointer (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp853 void* flush_pointer = debug_malloc(100+i); in TEST_F() local
854 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()