Skip to content
Commit fc35e351 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

When a privileged thread exits, we have to use the kernel alloctor to free...

When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down
parent 44499ed4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment