[Previous]
[Bookset]
[Next]

PmMemReleaseMC()

Release a memory context

Synopsis:

void PmMemReleaseMC( PmMemoryContext_t *mc );

Description:

This function releases the draw context, and shuts down and frees the resources used by the provided memory context. If the provided memory context is active at the time of this call, the default draw context automatically becomes the current draw context.

Examples:

See PmMemCreateMC().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous]
[Bookset]
[Next]