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

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp74 static size_t get_tag_offset(uint32_t flags = 0, size_t backtrace_frames = 0) { function
521 uint8_t saved = pointer[-get_tag_offset()];
522 pointer[-get_tag_offset()] = 0x00;
528 pointer[-get_tag_offset()] = saved;
910 pointer[-get_tag_offset()] = 0x00;

Completed in 89 milliseconds