Blender V2.61 - r43446
|
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | VirtualMemoryAllocator |
class | MemoryAllocator< N > |
Defines | |
#define | HEAP_BASE 16 |
#define | UCHAR unsigned char |
#define HEAP_BASE 16 |
Definition at line 29 of file MemoryAllocator.h.
Referenced by MemoryAllocator< N >::allocate(), MemoryAllocator< N >::deallocate(), and MemoryAllocator< N >::MemoryAllocator().
#define UCHAR unsigned char |
Definition at line 30 of file MemoryAllocator.h.
Referenced by MemoryAllocator< N >::MemoryAllocator().