1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
git-svn-id: https://svn.xiph.org/trunk/ezstream@13441 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-08-04 17:10:37 +00:00
parent c8a98a5b72
commit 9dbe97bf47

View File

@ -96,7 +96,9 @@ int _xalloc_vasprintf(char **, const char *, va_list, size_t *);
static unsigned int debug_level = 0;
static FILE *debug_output = NULL;
#ifdef XALLOC_DEBUG
static unsigned int xalloc_next_id = 0;
#endif
static int xalloc_initialized = 0;
static size_t xalloc_allocated;
static size_t xalloc_total;