php man page for exmem

Query: exmem

OS: php

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

exmem(3alleg4)							  Allegro manual						    exmem(3alleg4)

NAME
exmem - Drawing onto memory bitmaps and then blitting them to the screen. Allegro game programming library.
SYNOPSIS
#include <allegro.h> Example exmem
DESCRIPTION
This program demonstrates the use of memory bitmaps. It creates a small temporary bitmap in memory, draws some circles onto it, and then blits lots of copies of it onto the screen.
SEE ALSO
BITMAP(3alleg4), END_OF_MAIN(3alleg4), SCREEN_H(3alleg4), SCREEN_W(3alleg4), acquire_screen(3alleg4), allegro_error(3alleg4), alle- gro_init(3alleg4), allegro_message(3alleg4), blit(3alleg4), circle(3alleg4), clear_bitmap(3alleg4), create_bitmap(3alleg4), desktop_pal- ette(3alleg4), destroy_bitmap(3alleg4), install_keyboard(3alleg4), palette_color(3alleg4), readkey(3alleg4), release_screen(3alleg4), screen(3alleg4), set_gfx_mode(3alleg4), set_palette(3alleg4) Allegro version 4.4.2 exmem(3alleg4)
Related Man Pages
extrans(3alleg4) - debian
extrans(3alleg4) - suse
extrans(3alleg4) - opendarwin
exzbuf(3alleg4) - netbsd
exzbuf(3alleg4) - v7
Similar Topics in the Unix Linux Community
How to deal with lots of data in memory in order not to run out of memory