[Overview][Constants][Types][Procedures and functions][Index] |
Specify filename for heap trace output.
Source position: heaptrc.pp line 49
procedure SetHeapTraceOutput( |
const name: String |
); |
SetHeapTraceOutput sets the filename into which heap trace info will be written. By default information is written to standard output, this function allows you to redirect the information to a file with full filename name.
If the file cannot be written to, errors will occur when writing the trace.
|
Store extra information in blocks. |
lazarus-ccr.sourceforge.net |