Searched refs:heap_var (Results 1 – 1 of 1) sorted by relevance
15 void *heap_var = malloc(10); in main() local19 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()