Chameleon

Chameleon Commit Details

Date:2011-07-03 22:23:42 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1099
Parents: 1098
Message:Running out of zalloc nodes with the module system... double it. NOTE: look into fixing this a better way.
Changes:
M/trunk/i386/libsa/zalloc.c

File differences

trunk/i386/libsa/zalloc.c
4646
4747
4848
49
49
5050
5151
5252
......
6060
6161
6262
63
63
6464
6565
6666
static zmem * zalloced;
static zmem * zavailable;
static short availableNodes, allocedNodes, totalNodes;
static unsigned short availableNodes, allocedNodes, totalNodes;
static char * zalloc_base;
static char * zalloc_end;
static void (*zerror)(char *, size_t, const char *, int);
size_t zalloced_size;
#endif
#define ZALLOC_NODES16384
#define ZALLOC_NODES32768 /* was 16385 */
static void malloc_error(char *addr, size_t size, const char *file, int line)
{

Archive Download the corresponding diff file

Revision: 1099