_MyAlloc Struct Reference


Data Fields

void *(* memory_allocating_function )(size_t)
void(* memory_releasing_function )(void *)
unsigned long MaxSize
unsigned long CurrentSize
unsigned long MaxNetSize
unsigned long MinNetSize
pAllocUnit FirstUnit

Detailed Description

Definition at line 98 of file myalloc.c.


Field Documentation

unsigned long _MyAlloc::CurrentSize
 

Definition at line 105 of file myalloc.c.

Referenced by alloc_Alloc(), alloc_Free(), alloc_FreeSegment(), alloc_GetStat(), alloc_InitSegment(), and alloc_Merge().

pAllocUnit _MyAlloc::FirstUnit
 

Definition at line 108 of file myalloc.c.

Referenced by alloc_Alloc(), alloc_Free(), alloc_FreeSegment(), alloc_InitSegment(), and alloc_Merge().

unsigned long _MyAlloc::MaxNetSize
 

Definition at line 105 of file myalloc.c.

Referenced by alloc_Alloc(), alloc_GetStat(), and alloc_InitSegment().

unsigned long _MyAlloc::MaxSize
 

Definition at line 105 of file myalloc.c.

Referenced by alloc_Alloc(), alloc_InitSegment(), and alloc_SegmentLimit().

void*(* _MyAlloc::memory_allocating_function)(size_t)
 

Referenced by alloc_Alloc(), and alloc_InitSegment().

void(* _MyAlloc::memory_releasing_function)(void *)
 

Referenced by alloc_FinishSegment(), alloc_Free(), alloc_FreeSegment(), and alloc_InitSegment().

unsigned long _MyAlloc::MinNetSize
 

Definition at line 105 of file myalloc.c.

Referenced by alloc_Free(), alloc_FreeSegment(), alloc_GetStat(), and alloc_InitSegment().


The documentation for this struct was generated from the following file:
Generated on Sun Mar 12 23:56:39 2006 for ScriptBasic by  doxygen 1.4.6-NO