Chameleon

Chameleon Commit Details

Date:2011-07-03 22:24:45 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1100
Parents: 1099
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
6060
6161
6262
63
63
6464
6565
6666
size_t zalloced_size;
#endif
#define ZALLOC_NODES32768 /* was 16385 */
#define ZALLOC_NODES32768 /* was 16384 */
static void malloc_error(char *addr, size_t size, const char *file, int line)
{

Archive Download the corresponding diff file

Revision: 1100