PCL
StandardAllocator.h File Reference
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <new>

Go to the source code of this file.

Classes

class  pcl::StandardAllocator
 A block allocator class that uses the standard new and delete operators. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

void * operator new (pcl::size_type, void *p, pcl::StandardAllocator &)
 

Function Documentation

◆ operator new()

void* operator new ( pcl::size_type  ,
void *  p,
pcl::StandardAllocator  
)
inline

Placement new operator for class StandardAllocator. Returns the specified address p.

Definition at line 326 of file StandardAllocator.h.