mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Make malloc stats routine available under MetroWerks
This commit is contained in:
parent
673e142e00
commit
7cbf4803a9
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define MALLOC_DEBUG
|
||||
#endif
|
||||
|
||||
#include "macdefs.h"
|
||||
#include "dirent.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue