MCPcopy 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
440void
441audit_free(struct kaudit_record *ar)
442{
443
444 uma_zfree(audit_record_zone, ar);
445}
446
447void
448audit_commit(struct kaudit_record *ar, int error, int retval)

Callers 2

audit_commitFunction · 0.85
audit_workerFunction · 0.85

Calls 1

uma_zfreeFunction · 0.50

Tested by

no test coverage detected