[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'heaptrc' (#rtl)

quicktrace

Do quick trace or extensive trace

Declaration

Source position: heaptrc.pp line 62

const quicktrace: Boolean = ;

Description

Quicktrace determines whether the memory manager checks whether a block that is about to be released is allocated correctly. This is a rather time consuming search, and slows program execution significantly, so by default it is set to True.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.