#include <psyqo/buffer.hh>
◆ 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: