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

  /external/qemu/android/utils/
system.h 46 #define ANEW0(p) (p = android_alloc0(sizeof(*p)))
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 34 #define ANEW0(p) (p) = calloc(sizeof(*(p)), 1)
211 ANEW0(con);

Completed in 61 milliseconds