Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

AsyncAllocator Class Reference

#include <asyncMalloc.h>

List of all members.

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)


Detailed Description


Member Function Documentation

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]


The documentation for this class was generated from the following files:
Generated at Tue Jun 27 12:07:07 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999