Anti-Grain Geometry - AGG (libagg)  2.5
Classes | Public Member Functions
agg::block_allocator Class Reference

#include <agg_array.h>

List of all members.

Classes

struct  block_type

Public Member Functions

void remove_all ()
 ~block_allocator ()
 block_allocator (unsigned block_size, unsigned block_ptr_inc=256-8)
int8uallocate (unsigned size, unsigned alignment=1)

Constructor & Destructor Documentation

agg::block_allocator::~block_allocator ( ) [inline]
agg::block_allocator::block_allocator ( unsigned  block_size,
unsigned  block_ptr_inc = 256-8 
) [inline]

Member Function Documentation

int8u* agg::block_allocator::allocate ( unsigned  size,
unsigned  alignment = 1 
) [inline]
void agg::block_allocator::remove_all ( ) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines