Debug Malloc (Dmalloc) Library Release Notes
Version: Release 4.5.0
Last-Version: 4.4.0
Date: March 24, 2000
Overview |
New Functionality |
Dmalloc Utility
settings.dist |
Programming |
Environmental Variables
Bugs Fixed
Added the ability to checkpoint a place in memory and then dump
the not-freed or freed memory that has changed since the checkpoint.
See the dmalloc_mark and dmalloc_log_changed functions.
- The dmalloc_mark function returns a mark value. When passed
at a later point to dmalloc_log_changed, the library will log the
memory pointers that have changed the call to dmalloc_mark. Multiple
marks can be recorded and used.
- Added a new BBLOCK_START_FREE basic-block type which marks the
start of a multiple block free section.
Dmalloc Home Page.
Copyright 2000 by Gray Watson.