Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

SegList Struct Reference
[Toy Segment Manager]

Structure defining the nodes of linked lists of segments. More...

#include <ToySegmentList.h>

Collaboration diagram for SegList:

Collaboration graph
[legend]

Data Fields

ToySegment seg
 Segment information.

SegList * prev
 Previous node, or NULL if none.

SegList * next
 Next node, or NULL if none.


Detailed Description

Structure defining the nodes of linked lists of segments.

Doubly linked because they work without bother, and I'm lazy.

Definition at line 30 of file ToySegmentList.h.


Field Documentation

struct SegList* SegList::next
 

Next node, or NULL if none.

Definition at line 37 of file ToySegmentList.h.

Referenced by TMM_AppendSegList(), TMM_CopySegList(), TMM_CreateSegList(), TMM_FindSegSpace(), TMM_FreeHeap(), TMM_FreeSegList(), TMM_MergeSegList(), TMM_OrderedInsert(), TMM_PrintProcessMemory(), TMM_PrintProcessTable(), TMM_PrintSegList(), TMM_RemoveAreaFromSegList(), TMM_RemoveFromList(), TMM_SeekSegListEnd(), TMM_SegListSize(), TMM_SortSegList(), TMM_StoreHeapInteger(), TMM_StoreHeapString(), TMM_StoreInteger(), TMM_StoreString(), and TMM_TerminateProcess().

struct SegList* SegList::prev
 

Previous node, or NULL if none.

Definition at line 35 of file ToySegmentList.h.

Referenced by TMM_AppendSegList(), TMM_CreateSegList(), TMM_FreeHeap(), TMM_MergeSegList(), TMM_OrderedInsert(), TMM_ReallocateHeap(), TMM_RemoveAreaFromSegList(), TMM_RemoveFromList(), TMM_SeekSegListHead(), and TMM_SortSegList().

struct ToySegment SegList::seg
 

Segment information.

Definition at line 33 of file ToySegmentList.h.

Referenced by TMM_AllocateHeap(), TMM_CompSegList(), TMM_CopySegList(), TMM_CreateSegList(), TMM_FindSegSpace(), TMM_FreeHeap(), TMM_MergeSegList(), TMM_OrderedInsert(), TMM_PagedAllocateProcess(), TMM_PrintProcessMemory(), TMM_PrintProcessTable(), TMM_PrintSegList(), TMM_ReallocateHeap(), TMM_RemoveAreaFromSegList(), TMM_SortSegList(), TMM_StoreHeapInteger(), TMM_StoreHeapString(), TMM_StoreInteger(), TMM_StoreString(), and TMM_TerminateProcess().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 4 14:29:07 2003 for ToyMem by doxygen1.3-rc3