readme.1st

来自「The Gray Watson debugging malloc library」· 1ST 代码 · 共 30 行

1ST
30
字号
From: gray@antaire.com (Gray Watson)
Newsgroups: comp.sources.unix
Date: 6 Apr 93 09:59:40 GMT

Submitted-By: gray@antaire.com (Gray Watson)
Posting-Number: Volume 26, Issue 98
Archive-Name: malloc-1.2.0

Malloc Debug Library
********************

   This file documents the general-usage and the inner-workings of the
memory allocation or "malloc" library it accompanies.

   This malloc library has been designed as a drop in replacement for
the system's malloc, realloc, calloc, free and other memory management
routines.  For more information about their capabilities, do a `man 3
malloc' to read the system's manual pages.

   What is unique about this library is that it contains a number of
powerful debugging facilities including very comprehensive heap testing
and excellent run-time debugging information.  We have found these
capabilities to be superb development tools.

   I can be reached at `<gray.watson@antaire.com>' with any questions
or general comments.

   Gray Watson, Antaire Corporation.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?