Safe malloc()/free() routines which check for array overflow on free.
- Version
- V1.4
- Date
- 14.08.14
- Copyright
- (c) UCL / Dr. Andrew C. R. Martin 1995-2014
- Author
- Dr. Andrew C. R. Martin
- Institute of Structural & Molecular Biology, University College London, Gower Street, London. WC1E 6BT.
- andre.nosp@m.w@bi.nosp@m.oinf..nosp@m.org..nosp@m.uk andre.nosp@m.w.ma.nosp@m.rtin@.nosp@m.ucl..nosp@m.ac.uk
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Description:
Usage:
N.B. This header file should be included after macros.h
Revision History:
- V1.0 23.06.95 Original
- V1.1 03.07.06 Added safeleaks() prototype
- V1.2 07.07.14 Use bl prefix for functions By: CTP
- V1.3 31.07.14 Updated deprecation: Removed deprecated.h and added prototypes for renamed functions. By: CTP
- V1.4 14.08.14 Moved deprecated function prototypes to deprecated.h Use blSafefree instead of safefree for macros. By: CTP
Definition in file safemem.h.