-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug_malloc now defines its own version of malloc, mfree, mfree-deep and mlength. These new macro can be used to add tags to dynamicly-placed objects to test for memory leaks. debug_malloc.corth and malloc.corth can no longer be included together.
- Loading branch information
1 parent
94acbae
commit e85f010
Showing
2 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters