Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cpp24 char *heap_memory = new char[kStackSize + 1]; in main() local
25 char *child_stack = (argc > 1) ? stack_memory : heap_memory; in main()
40 delete[] heap_memory; in main()