HomeSort by relevance Sort by last modified time
    Searched refs:func_malloc (Results 1 - 6 of 6) sorted by null

  /external/libselinux/include/selinux/
avc.h 124 void *(*func_malloc) (size_t size); member in struct:avc_memory_callback
  /external/selinux/libselinux/include/selinux/
avc.h 124 void *(*func_malloc) (size_t size); member in struct:avc_memory_callback
  /external/libselinux/src/
avc_internal.h 42 avc_func_malloc = mem_cb->func_malloc;
  /external/selinux/libselinux/src/
avc_internal.h 42 avc_func_malloc = mem_cb->func_malloc;
  /external/dbus/bus/
selinux.c 88 .func_malloc = dbus_malloc,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 195 __swig_setmethods__["func_malloc"] = _selinux.avc_memory_callback_func_malloc_set
196 __swig_getmethods__["func_malloc"] = _selinux.avc_memory_callback_func_malloc_get
197 if _newclass:func_malloc = _swig_property(_selinux.avc_memory_callback_func_malloc_get, _selinux.avc_memory_callback_func_malloc_set)
    [all...]

Completed in 6577 milliseconds