Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dorigin1-yes.c134 int def_custom_alloc_int = 0; in main() local
136 VALGRIND_MALLOCLIKE_BLOCK(&def_custom_alloc_int, sizeof(int), in main()
138 x += (def_custom_alloc_int == 0x12345678 ? 18 : 29); in main()