SliceO_Class::User_Cleanup

 

This method will free all the memory buffers that have a priority number higher or equal to the specified level.

 

 

Syntax

 

UInt64  User_Cleanup(

          int level

) ;

 

 

Parameters

 

level

                    priority level.

 

 

Return value

 

This method return the number of bytes of memory that have been liberated.

 

 

Remarks

 

This method is intended to be used only by the memory manager. Priority levels 0 to 4 are not affected by the cleanup.

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also