Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Do you know what the option is called?

edit: apparently the runtime option is called `init_on_alloc` and the compile-time option (which determines the default of the runtime option) is called `CONFIG_INIT_ON_FREE_DEFAULT_ON`.



There are two parameters:

• init_on_alloc (default set by CONFIG_INIT_ON_ALLOC_DEFAULT_ON)

• init_on_free (default set by CONFIG_INIT_ON_FREE_DEFAULT_ON)


I didn't even know of run time opt. Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: