Searched refs:app_new (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c310 struct audit_pipe_preselect *app, *app_new; local
316 app_new = malloc(sizeof(*app_new), M_AUDIT_PIPE_PRESELECT, M_WAITOK);
320 app = app_new;
321 app_new = NULL;
327 if (app_new != NULL)
328 free(app_new, M_AUDIT_PIPE_PRESELECT);

Completed in 66 milliseconds