STACK_HASH_SIZE 146 lib/stackdepot.c #define STACK_HASH_MASK (STACK_HASH_SIZE - 1) STACK_HASH_SIZE 149 lib/stackdepot.c static struct stack_record *stack_table[STACK_HASH_SIZE] = { STACK_HASH_SIZE 150 lib/stackdepot.c [0 ... STACK_HASH_SIZE - 1] = NULL