Searched refs:round_up_to_page (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c27 static inline size_t round_up_to_page(size_t sz) { function
149 requested_guard_size == 0 ? 0 : round_up_to_page(requested_guard_size);
150 const size_t stack_size = round_up_to_page(requested_stack_size);
153 const size_t tcb_size = round_up_to_page(tls_size);

Completed in 24 milliseconds