[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BLILSTFRG (Clipper Summer '87)
------------------------------------------------------------------------------
Function : List Clipper Summer '87 memory blocks
Syntax : BLILSTFRG([nuHandle])
Return : None
This function is used to list each block of Clipper's dynamic memory to
show the degree of fragmentation. Each block is listed on a separate
line with its address in memory, its size and whether it is in use or
not. The function takes as an optional parameter the output destination
file handle.
Note that the Clipper free pool is allocated from DOS on an 'as-needed'
basis, and unless MEMORY(0), BLIMEMPAK(-1) or BLIMEMBLK() are executed
(which cause Clipper to allocate all available memory to the free pool
from DOS), this function will reflect only the currently allocated free
pool.
Example :
*
* List the Fragmentation
*
BLILSTFRG(4) && Send to the printer
An example of the output:
Address Size In Use
8198:0000 00018 Y
8198:0014 00184 N
8198:00EA 00058 Y
8198:0120 60020 N
See Also:
BLIDISFRG()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson