HomeSort by relevance Sort by last modified time
    Searched refs:g_malloc0 (Results 1 - 25 of 26) sorted by null

1 2

  /external/bluetooth/glib/gio/tests/
data-output-stream.c 48 data = g_malloc0 (MAX_LINES_BUFF);
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1);
150 stream_data = g_malloc0 (len);
259 buffer = g_malloc0(MAX_BYTES_BINARY);
data-input-stream.c 284 buffer = g_malloc0 (MAX_BYTES);
  /external/bluetooth/glib/glib/
gmem.h 52 gpointer g_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
67 ((struct_type *) g_malloc0 (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
gmem.c 143 g_malloc0 (gsize n_bytes) function
gslice.c 444 tmem = g_malloc0 (sizeof (ThreadMemory) + sizeof (Magazine) * 2 * n_magazines);
    [all...]
gtestutils.c     [all...]
galiasdef.c 1706 #undef g_malloc0 macro
    [all...]
gmain.c 577 source = (GSource*) g_malloc0 (struct_size);
    [all...]
galias.h 1700 #define g_malloc0 macro
    [all...]
  /external/valgrind/main/
glibc-2.X-drd.supp 196 fun:g_malloc0
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebplugin.cpp 244 mimeType->extensions = static_cast<gchar**>(g_malloc0(extensions.size() + 1));
  /external/bluetooth/bluez/attrib/
att.c 104 list->data = g_malloc0(sizeof(uint8_t *) * num);
107 list->data[i] = g_malloc0(sizeof(uint8_t) * len);
872 a = g_malloc0(sizeof(struct attribute) + len - min_len);
gattrib.c 417 attrib->buf = g_malloc0(omtu);
client.c 679 str = g_malloc0(MAX_LEN_UUID_STR + len * 2 + 1);
  /external/bluetooth/glib/tests/
memchunks.c 322 mem_chunk->mem_area = (GMemArea*) g_malloc0 (sizeof (GMemArea) -
  /external/bluetooth/glib/gobject/
gtype.c 395 node = g_malloc0 (node_size);
1009 data = g_malloc0 (sizeof (InstanceData) + vtable_size);
    [all...]
gclosure.c 200 closure = g_malloc0 (sizeof_closure);
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 273 a = g_malloc0(sizeof(*a) + vlen);
1254 a = g_malloc0(sizeof(struct attribute) + len);
storage.c 806 str = g_malloc0(size*2+1);
827 pdata = g_malloc0(size);
  /external/bluetooth/bluez/audio/
a2dp.c 753 codec_caps = g_malloc0(sizeof(*codec_caps) + length);
    [all...]
avdtp.c     [all...]
gstavdtpsink.c 1173 self->data->caps = g_malloc0(rsp->h.length);
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 650 cr = g_malloc0(sizeof(*cr) + sizeof(struct hci_conn_info));
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 1035 milliseconds

1 2