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

/external/libselinux/src/
H A Davc_sidtab.c35 s->htable = (struct sidtab_node **)avc_malloc
55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode));
H A Davc_internal.h70 static inline void *avc_malloc(size_t size) function
H A Davc.c159 avc_audit_buf = (char *)avc_malloc(AVC_AUDIT_BUFSIZE);
169 new = avc_malloc(sizeof(*new));
867 c = avc_malloc(sizeof(*c));
/external/selinux/libselinux/src/
H A Davc_sidtab.c35 s->htable = (struct sidtab_node **)avc_malloc
55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode));
H A Davc_internal.h70 static inline void *avc_malloc(size_t size) function
H A Davc.c199 avc_audit_buf = (char *)avc_malloc(AVC_AUDIT_BUFSIZE);
209 new = avc_malloc(sizeof(*new));
922 c = avc_malloc(sizeof(*c));

Completed in 216 milliseconds