Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dorigin1-yes.c81 int undef_custom_alloc_int; in main() local
82 VALGRIND_MALLOCLIKE_BLOCK(&undef_custom_alloc_int, sizeof(int), in main()
85 x += (undef_custom_alloc_int == 0x12345678 ? 14 : 25); in main()