#include <asyncMalloc.h>
Public Members | |||
![]() | ![]() | void* | operator new (size_t size) |
![]() | ![]() | AsyncAllocator (int32 elemSize, int32 bufSize) | |
![]() | ![]() | ~AsyncAllocator () | |
![]() | ![]() | char* | async_malloc (size_t s) |
![]() | ![]() | void | async_free (void* ptr) |
Protected Members | |||
![]() | ![]() | char* | async_malloc_elem () |
![]() | ![]() | void | async_free_elem (void* ptr) |
![]() | ![]() | void | balanceBuffer (int32 howMany) |
void * AsyncAllocator::operator new (size_t size) [inline]
|
AsyncAllocator::AsyncAllocator (int32 elemSize, int32 bufSize) |
AsyncAllocator::~AsyncAllocator () |
char * AsyncAllocator::async_malloc (size_t s) [inline]
|
void AsyncAllocator::async_free (void * ptr) [inline]
|
char * AsyncAllocator::async_malloc_elem () [protected]
|
void AsyncAllocator::async_free_elem (void * ptr) [protected]
|
void AsyncAllocator::balanceBuffer (int32 howMany) [protected]
|