Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

SimplePool Class Reference

#include <Allocate.h>

Collaboration diagram for SimplePool:

Collaboration graph

[legend]

List of all members.


Public Member Functions

  SimplePool ()
  ~SimplePool ()
void *  Alloc (size_t size)
void  FreePool ()
void  Reset ()
size_t  GetTotal ()
void  AllocShitLoad (LONG size)

Public Attributes

SimpleChunk m_chunk
size_t  m_total
size_t  m_amount
UBYTE m_ptr
CCriticalSection  m_criticalsection

Detailed Description

Definition at line 121 of file Allocate.h.


Constructor & Destructor Documentation

SimplePool::SimplePool  ) 
 

SimplePool::~SimplePool  ) 
 

Member Function Documentation

void* SimplePool::Alloc size_t  size  ) 
 

void SimplePool::AllocShitLoad LONG  size  ) 
 

void SimplePool::FreePool  ) 
 

size_t SimplePool::GetTotal  )  [inline]
  Definition at line 139 of file Allocate.h.

void SimplePool::Reset  ) 
 

Member Data Documentation

size_t SimplePool::m_amount
  Definition at line 125 of file Allocate.h.

SimpleChunk* SimplePool::m_chunk
  Definition at line 124 of file Allocate.h.

CCriticalSection SimplePool::m_criticalsection
  Definition at line 130 of file Allocate.h.

UBYTE* SimplePool::m_ptr
  Definition at line 126 of file Allocate.h.

size_t SimplePool::m_total
  Definition at line 125 of file Allocate.h.

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

  • C:/Program Files/Hash Inc/AM120SDK/Include/Allocate.h

This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:47:03 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001