libcod
gsc_memory.hpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "gsc.hpp"
Include dependency graph for gsc_memory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gsc_memory_malloc ()
 
void gsc_memory_free ()
 
void gsc_memory_int_get ()
 
void gsc_memory_int_set ()
 
void gsc_memory_memset ()
 
void gsc_binarybuffer_new ()
 
void gsc_binarybuffer_free ()
 
void gsc_binarybuffer_seek ()
 
void gsc_binarybuffer_write ()
 
void gsc_binarybuffer_read ()
 

Function Documentation

void gsc_binarybuffer_free ( )

Here is the call graph for this function:

void gsc_binarybuffer_new ( )

Here is the call graph for this function:

void gsc_binarybuffer_read ( )

Here is the call graph for this function:

void gsc_binarybuffer_seek ( )

Here is the call graph for this function:

void gsc_binarybuffer_write ( )

Here is the call graph for this function:

void gsc_memory_free ( )

Here is the call graph for this function:

void gsc_memory_int_get ( )

Here is the call graph for this function:

void gsc_memory_int_set ( )

Here is the call graph for this function:

void gsc_memory_malloc ( )

Here is the call graph for this function:

void gsc_memory_memset ( )

Here is the call graph for this function: