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

Go to the source code of this file.

Classes

class  pcl::AlignedAllocator
 A block allocator class for aligned memory allocation/deallocation. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

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

Function Documentation

◆ operator new()

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

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

Definition at line 155 of file AlignedAllocator.h.