Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/find_in_memory/
H A Dmain.cpp12 const std::string heap_string1("heap_there_is_exactly_two_of_me"); in main() local
14 const char *heap_pointer1 = heap_string1.data(); in main()