Searched refs:android_alloc (Results 1 - 6 of 6) sorted by relevance

/external/qemu/android/utils/
H A Dsystem.c24 android_alloc( size_t size ) function
95 return android_alloc(itemSize * count);
H A Dsystem.h31 void* android_alloc( size_t size );
45 #define ANEW(p) (p = android_alloc(sizeof(*p)))
H A Dpath.c113 char* result = android_alloc(len+1);
/external/qemu/android/
H A Dboot-properties.c47 BootProperty* prop = android_alloc( sizeof(*prop) + length + 1 );
206 char* key = android_alloc(key_buf_len);
215 char* value = android_alloc(value_buf_len);
H A Dsnapshot.c95 return android_alloc(sizeof(SnapshotInfo));
145 info->id_str = android_alloc(id_str_size + 1); // +1: manual null-termination
146 info->name = android_alloc(name_size + 1);
H A Dhw-qemud.c1200 char *service_name = android_alloc(name_len);

Completed in 195 milliseconds