MemTrace
Description: | Writes memory allocation information to a file. |
Returns: | Boolean indication of success or failure. |
Usage: | Script Only. |
Function Groups: | Memory I/O functions |
Related to: | Memory |
Format: | MemTrace(Tracefile, Lowstamp, Highstamp, Lowsize, Highsize, LowID, HighID, Done) |
Parameters: |
Tracefile |
Required. Any text expression for the name of the file to generate. |
Lowstamp |
Required. The low timestamp range specifier. Defaults to 0 if Invalid. |
Highstamp |
Required. The high timestamp range specifier. Defaults to 1E99 if Invalid. |
Lowsize |
Required. The low size range specifier. Defaults to 0 if Invalid. |
Highsize |
Required. The low size range specifier. Defaults to 0xFFFFFFFF if Invalid. |
LowID |
Required. The low caller id range specifier. Defaults to 0x0000 if Invalid. |
HighID |
Required. The high caller id range specifier. Defaults to 4096 if Invalid. |
Done |
Required. A return variable, which will be set TRUE after the memory trace file has been written. MemTrace is a threaded function. |
Comments: |
If the file was generated, TRUE is returned, otherwise, FALSE is returned. |