Supported Browsers Home   
PM_freePage Previous   
PM_freeRealSeg Next   
External Functions Up   

PM_freePhysicalAddr

Free a physical address mapping allocated by PM_mapPhysicalAddr.

Declaration

void PMAPI PM_freePhysicalAddr(
    void *ptr,
    ulong limit)

Prototype In

pmapi.h

Parameters

ptr

Linear address of the address to free

limit

Limit for the mapped memory region (length-1)

 

Description

This function is used to free an address mapping previously allocated with the PM_mapPhysicalAddr function.

See Also

PM_mapPhysicalAddr

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