mf
Media Framework
|
Raw allocator, allocates given number of bytes. More...
#include <memory.h>
Public Member Functions | |
void * | raw_allocate (std::size_t size, std::size_t align=1) |
void | raw_deallocate (void *ptr, std::size_t size) |
Raw allocator, allocates given number of bytes.
void* mf::raw_allocator::raw_allocate | ( | std::size_t | size, |
std::size_t | align = 1 |
||
) |
void mf::raw_allocator::raw_deallocate | ( | void * | ptr, |
std::size_t | size | ||
) |