This is a discussion on Re: [patch] Trivial diff: M_ZERO within the mailing.openbsd.tech forums, part of the OpenBSD category; --> >> There's not much we can do in malloc to actually do something smart about >> this flag, so, ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| >> There's not much we can do in malloc to actually do something smart about >> this flag, so, my question is: is it really that much harder to just do >> that zeroing yourself? > > the point is that back-end allocator can then pull tha pags > from the zero pool that is replenished in the idle loop. But page zeroing in the idle loop is disabled on all platforms so far. Miod |