File: ia64-test-stack.h

package info (click to toggle)
libunwind 1.1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,540 kB
  • ctags: 5,665
  • sloc: ansic: 31,521; sh: 18,062; asm: 1,851; makefile: 866; cpp: 118
file content (3 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (18)
1
2
3
#define NSTACKS			1024
#define STACK_SIZE_SHIFT	17
#define STACK_SIZE		(1 << STACK_SIZE_SHIFT)