OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_android_array_alloc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
system.c
83
_android_array_alloc
( size_t itemSize, size_t count )
function
101
void* block =
_android_array_alloc
(itemSize, count);
system.h
22
void*
_android_array_alloc
( size_t itemSize, size_t count );
53
#define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) =
_android_array_alloc
(sizeof(*p),(count)))
Completed in 75 milliseconds