Author: adrian.chadd
Date: Sun Apr 12 08:48:39 2009
New Revision: 13926
Modified:
branches/LUSCA_HEAD/libcore/radix.c
Log:
Change this code over to use locally defined allocator stuff.
Modified: branches/LUSCA_HEAD/libcore/radix.c
==============================================================================
--- branches/LUSCA_HEAD/libcore/radix.c (original)
+++ branches/LUSCA_HEAD/libcore/radix.c Sun Apr 12 08:48:39 2009
@@ -60,10 +60,14 @@
#include <stdio.h>
#include <string.h>
+#include "mem.h"
#include "radix.h"
-#define PyMem_Malloc malloc
-#define PyMem_Free free
+/*
+ * This shows the source of this file - via the python radix tree code!
+ */
+#define PyMem_Malloc xxmalloc
+#define PyMem_Free xxfree
/* $Id: radix.c,v 1.17 2007/10/24 06:04:31 djm Exp $ */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---