Searched refs:STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
13 #define STACK_SIZE 0x8000 macro19 larl %r15,stack + STACK_SIZE - STACK_FRAME_SIZE /* Set up stack */133 .space STACK_SIZE134 .size stack,STACK_SIZE
67 [ "$STACK_SIZE" = "" ] || ulimit -S -s $STACK_SIZE
45 #define STACK_SIZE 16384 macro417 stack1 = malloc(STACK_SIZE); in test_clone()418 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()423 stack2 = malloc(STACK_SIZE); in test_clone()424 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()
682 config STACK_SIZE config