Nugget
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
psyqo::PsyqoAllocator Struct Reference

#include <psyqo/buffer.hh>

Static Public Member Functions

template<typename T >
static T * allocate (size_t size)
 
static void deallocate (void *ptr)
 
template<typename T >
static Treallocate (void *ptr, size_t size)
 
template<typename T >
static void copy (T *dst, const T *src, size_t size)
 

Member Function Documentation

◆ allocate()

template<typename T >
static T * psyqo::PsyqoAllocator::allocate ( size_t  size)
inlinestatic

◆ copy()

template<typename T >
static void psyqo::PsyqoAllocator::copy ( T dst,
const T src,
size_t  size 
)
inlinestatic

◆ deallocate()

static void psyqo::PsyqoAllocator::deallocate ( void ptr)
inlinestatic

◆ reallocate()

template<typename T >
static T * psyqo::PsyqoAllocator::reallocate ( void ptr,
size_t  size 
)
inlinestatic

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