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

  /external/qemu/android/utils/
system.h 22 void* _android_array_alloc0( size_t itemSize, size_t count );
53 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
system.c 99 _android_array_alloc0( size_t itemSize, size_t count ) function

Completed in 231 milliseconds