tree: 742b376b5e2ae23ef27f19a75f9ec87e8d7fc66c [path history] [tgz]
  1. client.c
  2. CMakeLists.txt
  3. README.md
  4. server.c
  5. testsingleaddressspaceheap.camkes
apps/testsingleaddressspaceheap/README.md

This application tests that the heaps of colocated component instances do not overlap. Previously, the semantics of single address space components was that component instances would end up sharing an enlarged heap. This has some subtle issue and we now separate the component instances' heaps. This application tests that these semantics are currently used.