Searched refs:stacktop (Results 1 – 1 of 1) sorted by relevance
567 void *stacktop; in allocate_stack() local571 stacktop = ((char *) (pd + 1) - tls_static_size_for_stack); in allocate_stack()573 stacktop = (char *) (pd - 1); in allocate_stack()576 *stacksize = stacktop - pd->stackblock; in allocate_stack()
Completed in 4 milliseconds