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 58 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 52 #define AARRAY_NEW(p,count) (p) = malloc(sizeof(*(p))*(count))
793 AARRAY_NEW(list, count+1);
794 AARRAY_NEW(addr, count);
    [all...]

Completed in 64 milliseconds