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

Logic for delayed memory garbage collection for the case of user space memory...

Logic for delayed memory garbage collection for the case of user space memory will not work as implemented for the case of the kernel build.  That is because the correct context is in place in order to free the user memory when sched_kufree is called, but will not be in place later when the memory garbage collection runs.  If this feature is really needed, then some more substantial redesign is required
parent 65abe20c
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