OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_alloc
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/utils/
system.c
24
android_alloc
( size_t size )
function
95
return
android_alloc
(itemSize * count);
system.h
31
void*
android_alloc
( size_t size );
45
#define ANEW(p) (p =
android_alloc
(sizeof(*p)))
path.c
113
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
95
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);
hw-qemud.c
[
all
...]
Completed in 71 milliseconds