reorder timer initialization so that timer_create does not depend on free
this allows small programs which only create times, but never delete them, to use simple_malloc instead of the full malloc.
Showing
想要评论请 注册 或 登录
this allows small programs which only create times, but never delete them, to use simple_malloc instead of the full malloc.