Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

SQL_OPTION CHECK_HEAP

SQL_OPTION CHECK_HEAP

Enables the FairCom DB SQL memory free function to check for memory overwrites and double frees. If it detects one of these situations, it logs a message to CTSTATUS.FCS and raises an unhandled exception that terminates the process. The messages are:

SQL_HEAP_CHECK: operator delete detected double free of memory

SQL_HEAP_CHECK: operator delete detected memory overwrite

TOCIndex