MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_labelzone_alloc

Function mac_labelzone_alloc

freebsd/security/mac/mac_label.c:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117struct label *
118mac_labelzone_alloc(int flags)
119{
120
121 return (uma_zalloc(zone_label, flags));
122}
123
124void
125mac_labelzone_free(struct label *label)

Callers 15

mac_inpcb_label_allocFunction · 0.85
mac_ipq_label_allocFunction · 0.85
mac_syncache_initFunction · 0.85
mac_sysv_sem_label_allocFunction · 0.85
mac_proc_label_allocFunction · 0.85
mac_pipe_label_allocFunction · 0.85
mac_devfs_label_allocFunction · 0.85
mac_mount_label_allocFunction · 0.85
mac_vnode_label_allocFunction · 0.85
mac_sysv_shm_label_allocFunction · 0.85

Calls 1

uma_zallocFunction · 0.50

Tested by

no test coverage detected