Display Memory Allocations (DSPMEMAXCL)
The Display Memory Allocations (DSPMEMAXCL) command displays a list of the currently active memory allocations. This command is intended as an aid in application development. From the display you can determine if memory allocations are not being deleted and/or if the memory allocations are not of the correct size.
It is not intended that this command be run in a production application.
This function is also available with command DSPMEMALC in library VC2XCL. Any use of this alternative command name should be library qualified in case the i operating system were to use this command name in a future release.
There are no parameters for this command.
Examples for DSPMEMAXCL
Example 1: Display Memory Allocations
DspMemAXCL
This command displays all currently active memory allocations.
Error messages for DSPMEMAXCL
*ESCAPE Messages
- XCL9002
- Function did not complete. See previously listed messages related to possible user errors.
- XCL9003
- Function did not complete. See previously listed messages for possible cause.
- XCL9004
- Function did not complete. See previously listed messages for possible cause.
- XCL9005
- Function did not complete. Contact your service provider.
|