Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A Dmain.cpp223 std::unique_ptr<uint8_t[]> heap_array_up; in main() local
300 if (!heap_array_up) in main()
301 heap_array_up.reset(new uint8_t[32]); in main()
304 printf("heap address: %p\n", heap_array_up.get()); in main()