[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

FreeRaster

Release an allocated area to the system free memory pool

Declaration

Source position: agraphics.pas line 2137

procedure FreeRaster(

  p: TPlanePtr;

  Width: LongWord;

  Height: LongWord

);

Arguments

p

  

a pointer to a memory space returned as a result of a call to AllocRaster().

Width

  

The width in bits of the bitplane.

Height

  

Number of rows in bitplane.

Description

Return the memory associated with this PlanePtr of size width and height to the exec.MEMF_CHIP memory pool.

See also

AllocRaster

  

Allocate space for a bitplane.

AllocBitmap

  

Allocate a bitmap and attach bitplanes to it.

FreeBitmap

  

Free a bitmap created by AllocBitMap()


Documentation generated on: 2017-01-10