Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mempool.h File Reference
#include <mitsuba/mitsuba.h>

Go to the source code of this file.

Classes

class  mitsuba::BasicMemoryPool< T >
 Basic memory pool for efficient allocation and deallocation of objects of the same type. More...
 

Namespaces

 mitsuba
 

Macros

#define __MITSUBA_CORE_MEMPOOL_H_
 
#define MTS_MEMPOOL_GRANULARITY   128
 Create a new memory pool with an initial set of 128 entries. More...
 
#define MTS_DEBUG_MEMPOOL   0
 Set this to one to track down memory pool-related issues. More...
 

Macro Definition Documentation

#define __MITSUBA_CORE_MEMPOOL_H_
#define MTS_DEBUG_MEMPOOL   0

Set this to one to track down memory pool-related issues.

#define MTS_MEMPOOL_GRANULARITY   128

Create a new memory pool with an initial set of 128 entries.