


In the following code, a realtime thread is created on the heap,(the same question holds for creation in immortal mem)with a scoped area passed in as the Memory object passedto super(...). There are two member variables one created uponcreation of the thread, the other created inside the run ...