update unbound

This commit is contained in:
Riccardo Spagni
2015-08-14 19:12:19 +02:00
parent 7792255968
commit 93944333c5
45 changed files with 2290 additions and 3300 deletions

View File

@@ -364,6 +364,9 @@ void *unbound_stat_malloc(size_t size)
#ifdef calloc
#undef calloc
#endif
#ifndef INT_MAX
#define INT_MAX (((int)-1)>>1)
#endif
/** calloc with stats */
void *unbound_stat_calloc(size_t nmemb, size_t size)
{