Searched refs:tail_guard (Results 1 – 3 of 3) sorted by relevance
45 void *tail_guard = start_work + len; in tail_alloc() local49 munmap(tail_guard, page_size) || in tail_alloc()50 munmap(tail_guard + 2 * page_size, page_size)) in tail_alloc()54 return tail_guard - size; in tail_alloc()