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

  /external/qemu/android/utils/
system.h 53 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
  /sdk/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 76 milliseconds