Otherwise malloc type accounting is wrong.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good. Did this fix the bus-sc accounting?
sys/kern/kern_malloc.c | ||
---|---|---|
673 ↗ | (On Diff #66520) | Too bad the compiler didn't warn about this. |
Comment Actions
Yes. I'm not sure about the M_TEMP issue though, I only see a couple of malloc_domainset(M_TEMP) callers and they don't look to be responsible.