Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1952 void* realloc_pointer = debug_realloc(pointer, SIZE_MAX); in TEST_F() local
1953 ASSERT_TRUE(realloc_pointer == nullptr); in TEST_F()