Searched defs:guard (Results 1 – 3 of 3) sorted by relevance
/nptl/ |
A D | allocatestack.c | 164 setup_stack_prot (char *mem, size_t size, char *guard, size_t guardsize, in setup_stack_prot() 395 char *guard = guard_position (mem, size, guardsize, pd, in allocate_stack() local 480 char *guard = guard_position (mem, size, guardsize, pd, in allocate_stack() local 513 char *guard = mem + (((size - guardsize) / 2) & ~pagesize_m1); in allocate_stack() local
|
A D | tst-context1.c | 36 unsigned long guard[3]; member
|
A D | tst-default-attr.c | 270 size_t guard; in verify_guardsize_result() local
|
Completed in 6 milliseconds