Supported Browsers Home   
PM_freeLibrary Previous   
PM_freePage Next   
External Functions Up   

PM_freeLockedMem

Free a block of locked physical memory.

Declaration

void PMAPI PM_freeLockedMem(
    void *p,
    uint size,
    ibool contiguous)

Prototype In

pmapi.h

Parameters

p

Pointer to the memory block to free

size

Size of memory block that was allocated

contiguous

True if the block was contiguously allocated

 

Description

This function is used to free a block of locked, physical memory previously allocated by the PM_allocLockedMem function. This function must be passed the exact same size and contiguous values that were passed to the PM_allocLockedMem function, or it may produce strange results.

See Also

PM_allocLockedMem

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