#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... | |
| #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.