Searched refs:alloc_base (Results 1 – 1 of 1) sorted by relevance
61 void *alloc_base = xmmap (0, in support_stack_alloc() local72 xmprotect (alloc_base + guardsize, stacksize, prot); in support_stack_alloc()73 memset (alloc_base + guardsize, 0xA5, stacksize); in support_stack_alloc()74 return (struct support_stack) { alloc_base + guardsize, stacksize, guardsize }; in support_stack_alloc()80 void *alloc_base = (void *)((uintptr_t) stack->stack - stack->guardsize); in support_stack_free() local82 xmunmap (alloc_base, alloc_size); in support_stack_free()