Home
last modified time | relevance | path

Searched refs:alloc_base (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/support/
Dsupport_stack_alloc.c61 void *alloc_base = xmmap (0, in support_stack_alloc() local
72 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() local
82 xmunmap (alloc_base, alloc_size); in support_stack_free()