uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > Class Template Reference

#include <robin_hood.h>

Collaboration diagram for robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >:

Public Member Functions

 BulkPoolAllocator () noexcept=default
 
 BulkPoolAllocator (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept
 
 BulkPoolAllocator (BulkPoolAllocator &&o) noexcept
 
BulkPoolAllocatoroperator= (BulkPoolAllocator &&o) noexcept
 
BulkPoolAllocatoroperator= (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept
 
 ~BulkPoolAllocator () noexcept
 
void reset () noexcept
 
T * allocate ()
 
void deallocate (T *obj) noexcept
 
void addOrFree (void *ptr, const size_t numBytes) noexcept
 
void swap (BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &other) noexcept
 

Constructor & Destructor Documentation

◆ BulkPoolAllocator() [1/3]

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::BulkPoolAllocator ( )
defaultnoexcept

◆ BulkPoolAllocator() [2/3]

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::BulkPoolAllocator ( const BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &  ROBIN_HOOD_UNUSEDo)
inlinenoexcept

◆ BulkPoolAllocator() [3/3]

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::BulkPoolAllocator ( BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &&  o)
inlinenoexcept

◆ ~BulkPoolAllocator()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::~BulkPoolAllocator ( )
inlinenoexcept
Here is the call graph for this function:

Member Function Documentation

◆ addOrFree()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
void robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::addOrFree ( void *  ptr,
const size_t  numBytes 
)
inlinenoexcept

◆ allocate()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
T * robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::allocate ( )
inline

◆ deallocate()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
void robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::deallocate ( T *  obj)
inlinenoexcept

◆ operator=() [1/2]

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
BulkPoolAllocator & robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::operator= ( BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &&  o)
inlinenoexcept
Here is the call graph for this function:

◆ operator=() [2/2]

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
BulkPoolAllocator & robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::operator= ( const BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &  ROBIN_HOOD_UNUSEDo)
inlinenoexcept

◆ reset()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
void robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::reset ( )
inlinenoexcept
Here is the caller graph for this function:

◆ swap()

template<typename T , size_t MinNumAllocs = 4, size_t MaxNumAllocs = 256>
void robin_hood::detail::BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs >::swap ( BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &  other)
inlinenoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: