Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>h_graph() show graph of free pool.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
h_graph()               Show graph of free pool.
----------------------------------------------------------------------------------------

 Syntax:

 h_graph()

 Description:

 This function displays a graph of free memory pool; Prints a visual,
 character-based display of heap memory.  CHR(178) represents a used
 block and CHR(254) represents a free block.

 h_graph() shows the blocks allocated in Clipper's heap in the order that
 they exist.  The graph is not scaled!  There is a one-to-one
 correspondence between blocks on the graph and blocks on the heap. 
 There is no correspondence between the blocks on the graph and the size
 of the blocks in the heap.  To determine the block sizes, use h_rept().


----------------------------------[ Example ]------------------------------------

   DO fragmenter    && a suspected memory fragmenter
   CLEAR
   h_graph()
   

See Also: h_graphs() h_pack() h_rept() h_walk()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson