mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Malloc debugging now flagged with USE_MALLOC_DEBUG
This commit is contained in:
parent
6b9e56012a
commit
46ed276bc3
2 changed files with 6 additions and 7 deletions
|
@ -52,12 +52,14 @@ static char *rcsid = "$Id$";
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifdef USE_MALLOC_DEBUG
|
||||
/* You may also selectively enable some of these (but some are interdependent) */
|
||||
#define DEBUG
|
||||
#define DEBUG2
|
||||
#define MSTATS
|
||||
#define RCHECK
|
||||
#define VCHECK
|
||||
#endif /* USE_MALLOC_DEBUG */
|
||||
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned long u_long;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue