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)
Sep 13 2024, 6:37 AM
Unknown Object (File)
Sep 7 2024, 9:26 PM
Unknown Object (File)
Sep 7 2024, 9:23 AM
Unknown Object (File)
Jul 7 2024, 2:43 PM
Unknown Object (File)
Jun 24 2024, 1:49 PM
Unknown Object (File)
May 23 2024, 1:55 PM
Unknown Object (File)
May 13 2024, 10:41 PM
Unknown Object (File)
May 9 2024, 10:46 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.