![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Plugins · File Structure |
#include <StelTextureMgr.hpp>
Static Public Member Functions | |
static void * | malloc (size_t size) |
static void | free (void *ptr) |
static void | clear () |
static void* TexMalloc::malloc | ( | size_t | size | ) | [static] |
Equivalent to standard C malloc function.
static void TexMalloc::free | ( | void * | ptr | ) | [static] |
Equivalent to standard C free function.
static void TexMalloc::clear | ( | ) | [static] |
Clear the cache and release all memory.