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)

MemHeader Class Reference

#include <Allocate.h>

Collaboration diagram for MemHeader:

Collaboration graph

[legend]

List of all members.


Public Member Functions

void  FindLargestChunk ()

Public Attributes

MemHeader next
MemChunk m_freehead
char *  block
char *  lower
char *  upper
size_t  free
size_t  size
size_t  m_largestchunk

Detailed Description

Definition at line 64 of file Allocate.h.


Member Function Documentation

void MemHeader::FindLargestChunk  ) 
 

Member Data Documentation

char* MemHeader::block
  Definition at line 71 of file Allocate.h.

size_t MemHeader::free
  Definition at line 74 of file Allocate.h.

char* MemHeader::lower
  Definition at line 72 of file Allocate.h.

MemChunk* MemHeader::m_freehead
  Definition at line 67 of file Allocate.h.

size_t MemHeader::m_largestchunk
  Definition at line 74 of file Allocate.h.

MemHeader* MemHeader::next
  Definition at line 66 of file Allocate.h.

size_t MemHeader::size
  Definition at line 74 of file Allocate.h.

char* MemHeader::upper
  Definition at line 73 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:00 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001