Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp86 static size_t get_tag_offset() { in get_tag_offset() function
623 uint8_t saved = pointer[-get_tag_offset()]; in TEST_F()
624 pointer[-get_tag_offset()] = 0x00; in TEST_F()
630 pointer[-get_tag_offset()] = saved; in TEST_F()
1011 pointer[-get_tag_offset()] = 0x00; in TEST_F()
2466 uint8_t tag_value = pointer[-get_tag_offset()]; in TEST_F()
2467 pointer[-get_tag_offset()] = 0x00; in TEST_F()
2471 pointer[-get_tag_offset()] = tag_value; in TEST_F()