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

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp752 void* flush_pointer = debug_malloc(100+i); local
753 ASSERT_TRUE(flush_pointer != nullptr);
754 memset(flush_pointer, 0, 100 + i);
755 debug_free(flush_pointer);

Completed in 234 milliseconds