File: ia64-test-stack.h

package info (click to toggle)
libunwind 1.8.1-0.2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 7,360 kB
  • sloc: ansic: 42,395; sh: 5,215; asm: 2,172; makefile: 1,557; cpp: 122
file content (3 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (19)
1
2
3
#define NSTACKS			1024
#define STACK_SIZE_SHIFT	17
#define STACK_SIZE		(1 << STACK_SIZE_SHIFT)