Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp589 uint8_t* pointer_shrink = reinterpret_cast<uint8_t*>(debug_realloc(pointer, 100)); in TEST_F() local
590 pointer_shrink[130] = 0xbf; in TEST_F()
591 pointer_shrink[131] = 0x00; in TEST_F()
595 ASSERT_EQ(pointer, pointer_shrink); in TEST_F()