SilverScreen Solid Modeler

heapcheck

heapcheck

Previous topic Next topic  

heapcheck

Previous topic Next topic JavaScript is required for the print function  

 

SilverCRect

 

void heapcheck ( BOOLEAN enable )

 

BOOLEAN enable;   // TRUE or FALSE

 

 

 




Synopsis

#include "silver.h"

 

The heapcheck function enables or disables heap checking for SilverC-programs.

 

 

Parameters

enable is TRUE to enable heap checking and FALSE to disable it.

 

 

Return Value

none

 

 

Remarks

This function is exclusive to the SilverC development platform.

 

 

See Also

stacktrace