mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
mf::raw_allocator Class Reference

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)
 

Detailed Description

Raw allocator, allocates given number of bytes.

Member Function Documentation

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 
)

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