Searched refs:_android_array_alloc0 (Results 1 – 2 of 2) sorted by relevance
23 void* _android_array_alloc0( size_t itemSize, size_t count );54 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count…
99 _android_array_alloc0( size_t itemSize, size_t count ) in _android_array_alloc0() function