PM_freeRealSeg

Free a block of real mode memory.

Declaration

void PMAPI PM_freeRealSeg(
    void *mem)

Prototype In

pmapi.h

Parameters

mem

Pointer to the memory block to free

 

Description

This function is used to free a block of real mode memory previously allocated with the PM_allocRealSeg function. This is only supported for operating systems that support BIOS access (ie: the PM_haveBIOSAccess function returns true).

See Also

PM_allocRealSeg, PM_mapRealPointer

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