OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flush_pointer
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp
752
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
);
[
all
...]
Completed in 67 milliseconds