Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
Ddebug_locate.cpp15 void *heap_var = malloc(10); in main() local
19 fprintf(stderr, "heap_var = %p\n", heap_var); in main()
37 type = __tsan_locate_address(heap_var, name, 128, &start, &size); in main()
41 free(heap_var); in main()