•  Back 
  •  MagiC's XFS-concept 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.5.16.22  xfs_garbcoll                                           TOS

 Name:        »xfs_garbcoll« - Garbage collection.

 Parameters:

               a0 =     DMD *d
               -> d0 =  1L oder 0L

 Description: The kernel urgently requires internal GEMDOS memory and 
              uses xfs_garbcoll to perform a garbage collection. An 
              XFS that does not use the kernel's internal memory 
              management can place a NULL-pointer as a function here.

              Warning: As many blocks as possible should be released. 
              The return value is 1 if (at least) one block could be 
              released. During a garbage collection the kernel runs 
              through the whole list of mounted logical drives, so the 
              XFS requests a garbage collection as many times as the 
              number of drives it is managing at the time.

 Group:       Make-up of an XFS

 See also:    MagiC's XFS-concept