Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
struct label *
118
mac_labelzone_alloc(int flags)
119
{
120
121
return (uma_zalloc(zone_label, flags));
122
}
123
124
void
125
mac_labelzone_free(struct label *label)
Callers
15
mac_inpcb_label_alloc
Function · 0.85
mac_ipq_label_alloc
Function · 0.85
mac_syncache_init
Function · 0.85
mac_sysv_sem_label_alloc
Function · 0.85
mac_proc_label_alloc
Function · 0.85
mac_pipe_label_alloc
Function · 0.85
mac_devfs_label_alloc
Function · 0.85
mac_mount_label_alloc
Function · 0.85
mac_vnode_label_alloc
Function · 0.85
mac_sysv_shm_label_alloc
Function · 0.85
mac_sysv_msgmsg_label_alloc
Function · 0.85
mac_sysv_msgqueue_label_alloc
Function · 0.85
Calls
1
uma_zalloc
Function · 0.50
Tested by
no test coverage detected