GPR_$DEALLOCATE_BUFFER GPR Calls GPR_$DEALLOCATE_BUFFER
NAME
gpr_$deallocate_buffer - deallocates a buffer bitmap.
FORMAT
gpr_$deallocate_buffer (primary_bitmap, buffer_bitmap, status)
DESCRIPTION
This routine deallocates a buffer bitmap.
Use this call to deallocate (i.e., delete) the buffer bitmap you created
with the gpr_$allocate_buffer call.
Input Parameters
primary_bitmap
The descriptor of the primary bitmap in gpr_$bitmap_desc_t format.
This is a 4-byte integer. (This descriptor was returned by
gpr_$init or gpr_$initialize.)
buffer_bitmap
The descriptor of the buffer bitmap in gpr_$bitmap_desc_t format.
This is a 4-byte integer. (This descriptor was returned by
gpr_$allocate_buffer.)
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$allocate_buffer, gpr_$init gpr_$initialize.