HomeSort by relevance Sort by last modified time
    Searched refs:avc_func_malloc (Results 1 - 4 of 4) 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
  /external/qemu/distrib/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 45 milliseconds