buffer.c File Reference

Go to the source code of this file.

Functions

void * __mgk_allocate_buffer (unsigned int size)
void * mgk_allocate_buffer (unsigned int size, int do_zero)
void * __mgk_copy_buffer (void *buffer)
void * mgk_copy_buffer (void *buffer)
mgk_error_code __mgk_free_buffer (void *buffer)
mgk_error_code mgk_free_buffer (void *buffer)
int mgk_is_a_buffer (void *buffer)
unsigned int mgk_buffer_size (void *buffer)

Function Documentation

void* __mgk_allocate_buffer ( unsigned int  size  ) 

BUFFER.C ----- buffer management

Definition at line 11 of file buffer.c.

void* __mgk_copy_buffer ( void *  buffer  ) 

Definition at line 48 of file buffer.c.

mgk_error_code __mgk_free_buffer ( void *  buffer  ) 

Definition at line 76 of file buffer.c.

void* mgk_allocate_buffer ( unsigned int  size,
int  do_zero 
)

Definition at line 31 of file buffer.c.

unsigned int mgk_buffer_size ( void *  buffer  ) 

Definition at line 122 of file buffer.c.

void* mgk_copy_buffer ( void *  buffer  ) 

Definition at line 64 of file buffer.c.

mgk_error_code mgk_free_buffer ( void *  buffer  ) 

Definition at line 91 of file buffer.c.

int mgk_is_a_buffer ( void *  buffer  ) 

Definition at line 116 of file buffer.c.

Generated on Thu May 30 15:42:55 2013 for GME by  doxygen 1.6.3