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_rept() list memory blocks in clipper's heap.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
h_rept()        List memory blocks in Clipper's heap.
----------------------------------------------------------------------------------------

 Syntax:

 _rept()

 Description:

 Provides detailed information regarding the status of Clipper's free
 memory pool.  Prints a list of the memory blocks in Clipper's heap (free
 pool memory).


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

     IF h_maxblock() < 64000
          SET DEVICE TO PRINT
          h_rept()
          SET DEVICE TO
     ENDIF
     RETURN

See Also: h_graph() h_maxblock() h_walk()

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