#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | rtflann::PooledAllocator |
Namespaces | |
rtflann | |
Functions | |
template<typename T > | |
T * | rtflann::allocate (size_t count=1) |
void * | operator new (std::size_t size, rtflann::PooledAllocator &allocator) |
Variables | |
const size_t | rtflann::BLOCKSIZE =8192 |
const size_t | rtflann::WORDSIZE =16 |
|
inline |
Definition at line 197 of file allocator.h.