ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
allocator.h File Reference
#include <stdlib.h>
#include <stdio.h>
Include dependency graph for allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  flann::PooledAllocator
 

Namespaces

 flann
 

Functions

template<typename T >
T * flann::allocate (size_t count=1)
 
void * operator new (std::size_t size, flann::PooledAllocator &allocator)
 

Variables

const size_t flann::WORDSIZE =16
 
const size_t flann::BLOCKSIZE =8192
 

Function Documentation

◆ operator new()

void* operator new ( std::size_t  size,
flann::PooledAllocator allocator 
)
inline

Definition at line 197 of file allocator.h.

References size.