Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ audit_free
Function
audit_free
freebsd/security/audit/audit.c:440–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
void
441
audit_free(struct kaudit_record *ar)
442
{
443
444
uma_zfree(audit_record_zone, ar);
445
}
446
447
void
448
audit_commit(struct kaudit_record *ar, int error, int retval)
Callers
2
audit_commit
Function · 0.85
audit_worker
Function · 0.85
Calls
1
uma_zfree
Function · 0.50
Tested by
no test coverage detected