Home
last modified time | relevance | path

Searched defs:heap_string (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dgcore.c30 static char *heap_string; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp82 char *heap_string = Ident((char*)malloc(length + 1)); in TEST() local
105 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST() local