Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ v10.0 : C library - these functions provide the ability to shrink and grow the heap, as well as, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions provide the ability to shrink and grow the heap, as well as,
find heap related problems.  The following functions are defined:

_heapchk
    perform consistency check on the heap

_bheapchk
    perform consistency check on a based heap

_fheapchk
    perform consistency check on the far heap

_nheapchk
    perform consistency check on the near heap

_heapgrow
    grow the heap

_fheapgrow
    grow the far heap

_nheapgrow
    grow the near heap up to its limit of 64K

_heapmin
    shrink the heap as small as possible

_bheapmin
    shrink a based heap as small as possible

_fheapmin
    shrink the far heap as small as possible

_nheapmin
    shrink the near heap as small as possible

_heapset
    fill unallocated sections of heap with pattern

_bheapset
    fill unallocated sections of based heap with pattern

_fheapset
    fill unallocated sections of far heap with pattern

_nheapset
    fill unallocated sections of near heap with pattern

_heapshrink
    shrink the heap as small as possible

_fheapshrink
    shrink the far heap as small as possible

_bheapshrink
    shrink a based heap as small as possible

_nheapshrink
    shrink the near heap as small as possible

_heapwalk
    walk through each entry in the heap

_bheapwalk
    walk through each entry in a based heap

_fheapwalk
    walk through each entry in the far heap

_nheapwalk
    walk through each entry in the near heap

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