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

  /external/qemu/android/utils/
system.h 54 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 57 #define AARRAY_NEW0(p,count) (p) = calloc(sizeof(*(p)),(count))
    [all...]

Completed in 1924 milliseconds