Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Windows/
Dfree_hook_realloc.cc12 static void *glob_ptr; variable
16 if (ptr == glob_ptr) { in __sanitizer_free_hook()
26 glob_ptr = x; in main()
/external/compiler-rt/test/asan/TestCases/
Dfree_hook_realloc.cc9 static void *glob_ptr; variable
13 if (ptr == glob_ptr) { in __sanitizer_free_hook()
23 glob_ptr = x; in main()