OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AARRAY_NEW
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
system.h
52
#define
AARRAY_NEW
(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
/development/tools/emulator/opengl/tests/event_injector/
sockets.c
56
#define
AARRAY_NEW
(p,count) (p) = malloc(sizeof(*(p))*(count))
797
AARRAY_NEW
(list, count+1);
798
AARRAY_NEW
(addr, count);
[
all
...]
Completed in 568 milliseconds