Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/find_in_memory/
H A Dmain.cpp13 const std::string heap_string2("heap_there_is_exactly_two_of_me"); in main() local
15 const char *heap_pointer2 = heap_string2.data(); in main()