HomeSort by relevance Sort by last modified time
    Searched full:android_alloc (Results 1 - 7 of 7) sorted by null

  /external/qemu/android/utils/
system.c 24 android_alloc( size_t size ) function
96 return android_alloc(itemSize * count);
system.h 36 void* android_alloc( size_t size );
50 #define ANEW(p) (p = android_alloc(sizeof(*p)))
path.c 106 char* result = android_alloc(len+1);
  /external/qemu/android/
boot-properties.c 47 BootProperty* prop = android_alloc( sizeof(*prop) + length + 1 );
206 char* key = android_alloc(key_buf_len);
215 char* value = android_alloc(value_buf_len);
snapshot.c 90 return android_alloc(sizeof(SnapshotInfo));
140 info->id_str = android_alloc(id_str_size + 1); // +1: manual null-termination
141 info->name = android_alloc(name_size + 1);
hw-qemud.c     [all...]
  /prebuilts/tools/linux-x86/emulator/
emulator 

Completed in 224 milliseconds