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

  /external/qemu/distrib/mini-glib/include/
glib.h 83 #define g_new(type, count) ((type*) g_malloc(sizeof(type) * (count))) macro
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 198 char** result = g_new(char*, n + 1);

Completed in 1001 milliseconds