OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_malloc
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/src/
avc_sidtab.c
35
s->htable = (struct sidtab_node **)
avc_malloc
55
newnode = (struct sidtab_node *)
avc_malloc
(sizeof(*newnode));
avc_internal.h
70
static inline void *
avc_malloc
(size_t size)
function
avc.c
152
avc_audit_buf = (char *)
avc_malloc
(AVC_AUDIT_BUFSIZE);
162
new =
avc_malloc
(sizeof(*new));
844
c =
avc_malloc
(sizeof(*c));
Completed in 409 milliseconds