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)
Sat, Apr 11, 3:59 PM
Unknown Object (File)
Mon, Apr 6, 8:45 PM
Unknown Object (File)
Sat, Apr 4, 5:30 AM
Unknown Object (File)
Wed, Apr 1, 12:01 PM
Unknown Object (File)
Mon, Mar 23, 1:16 PM
Unknown Object (File)
Mon, Mar 23, 12:43 AM
Unknown Object (File)
Sun, Mar 22, 8:18 PM
Unknown Object (File)
Mar 9 2026, 12:18 AM
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.