Do two system threads in the same process share the same call stack and heap space
Answers
Answered by
0
It is important to distinguish between these two types of process memory because each thread will have its own stack, but all the threads in a process will share the heap. Threads are sometimes called lightweight processes because they have their own stack but can access shared data
Similar questions
Social Sciences,
1 year ago
Social Sciences,
1 year ago