Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
memRegionReclaim.c File Reference
#include <safemem.h>

Functions

void memRegionReclaim (tid_typ tid)
 

Detailed Description

Attempt to reclaim an allocated memory region.

Function Documentation

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.

Parameters
tidthread id holding memory regions.