Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
Functions | |
void | memRegionReclaim (tid_typ tid) |
Attempt to reclaim an allocated memory region.
void memRegionReclaim | ( | tid_typ | tid | ) |
Given a thread id, attempt to reclaim all the memory regions that were allocated to that thread and return them to the region free list.
tid | thread id holding memory regions. |