PM_freeShared

Frees a block of global shared memory.

Declaration

void PMAPI PM_freeShared(
    void *ptr)

Prototype In

pmapi.h

Parameters

ptr

Shared memory block to free

 

Description

This function is used to free a block of global shared memory previously allocated with the PM_mallocShared function.

See Also

PM_mallocShared

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com