Page MenuHomeFreeBSD

Expose <sys/malloc.h> kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 8:40 PM
Unknown Object (File)
Sat, Aug 8, 3:28 PM
Unknown Object (File)
Tue, Aug 4, 1:00 PM
Unknown Object (File)
Sun, Aug 2, 12:42 AM
Unknown Object (File)
Sat, Aug 1, 7:53 PM
Unknown Object (File)
Tue, Jul 28, 1:48 PM
Unknown Object (File)
Fri, Jul 24, 5:37 AM
Unknown Object (File)
Jul 12 2026, 3:03 PM
Subscribers

Details

Reviewers
vangyzen
imp

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44094
Build 40982: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 10:02 PM
vangyzen added inline comments.
sys/sys/malloc.h
289

_KERNEL || _KERNEL_UT

glebius@ has requested a different approach where unit tests define _KERNEL and opt out of the KPI symbols that they don't want, rather than opting into the symbols that they do want.