OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_malloc
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
20
extern void *(*
avc_func_malloc
) (size_t) hidden;
42
avc_func_malloc
= mem_cb->func_malloc;
72
return
avc_func_malloc
?
avc_func_malloc
(size) : malloc(size);
avc_internal.c
32
void *(*
avc_func_malloc
) (size_t) = NULL;
variable
Completed in 472 milliseconds