PM_free

Frees a block of memory.

Declaration

void PMAPI PM_free(
    void *p)

Prototype In

pmapi.h

Parameters

p

Pointer to memory block to free

 

Description

Frees a block of memory previously allocated with either PM_malloc, PM_calloc or PM_realloc.

See Also

PM_malloc, PM_calloc, PM_realloc, PM_useLocalMalloc

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