Searched refs:STACK_SIZE (Results 1 – 3 of 3) sorted by relevance
16 #define STACK_SIZE 1024 macro29 child_stack = (void **) malloc(STACK_SIZE * sizeof(void *)); in main()32 clone(child_proc, child_stack + STACK_SIZE, CLONE_VM|CLONE_FILES, NULL); in main()
18 #ifdef STACK_SIZE