comparison src/alloc.c @ 2659:674ee2dfe5fc

[xemacs-hg @ 2005-03-13 11:35:21 by crestani] Adjust KKCC_BT_STACK_SIZE. 2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC backtrace. Thanks to Adrian.
author crestani
date Sun, 13 Mar 2005 11:35:27 +0000
parents a48989ca6db3
children 7bf1f40e6acb
comparison
equal deleted inserted replaced
2658:a48989ca6db3 2659:674ee2dfe5fc
3321 static kkcc_gc_stack_entry *kkcc_gc_stack_top; 3321 static kkcc_gc_stack_entry *kkcc_gc_stack_top;
3322 static kkcc_gc_stack_entry *kkcc_gc_stack_last_entry; 3322 static kkcc_gc_stack_entry *kkcc_gc_stack_last_entry;
3323 static int kkcc_gc_stack_size; 3323 static int kkcc_gc_stack_size;
3324 3324
3325 #ifdef DEBUG_XEMACS 3325 #ifdef DEBUG_XEMACS
3326 #define KKCC_BT_STACK_SIZE 4096 3326 #define KKCC_BT_STACK_SIZE 524288
3327 3327
3328 static struct 3328 static struct
3329 { 3329 {
3330 void *obj; 3330 void *obj;
3331 const struct memory_description *desc; 3331 const struct memory_description *desc;