diff options
Diffstat (limited to 'src/arena.c')
| -rw-r--r-- | src/arena.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arena.c b/src/arena.c index 07c28dc..f944661 100644 --- a/src/arena.c +++ b/src/arena.c | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | #include <errno.h> | 7 | #include <errno.h> |
| 8 | #include <error.h> | 8 | #include <error.h> |
| 9 | 9 | ||
| 10 | #define VALLOC(nmemb, size) ((___VXGG___USE_XALLOC_FOR_ARENAS___ > 0) ? xmalloc((nmemb) * (size)) : malloc((nmemb) * (size))) | ||
| 11 | |||
| 12 | typedef struct an { | 10 | typedef struct an { |
| 13 | void *membase; | 11 | void *membase; |
| 14 | void *memcur; | 12 | void *memcur; |
