Home
last modified time | relevance | path

Searched refs:g_try_malloc0 (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/glib/
Dgmem.h57 gpointer g_try_malloc0 (gsize n_bytes) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
74 ((struct_type *) g_try_malloc0 (((gsize) sizeof (struct_type)) * ((gsize) (n_structs))))
Dgmem.c205 g_try_malloc0 (gsize n_bytes) in g_try_malloc0() function
Dgaliasdef.c1724 #undef g_try_malloc0
1725 extern __typeof (g_try_malloc0) g_try_malloc0 __attribute((alias("IA__g_try_malloc0"), visibility("…
Dgalias.h1717 extern __typeof (g_try_malloc0) IA__g_try_malloc0 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
1718 #define g_try_malloc0 IA__g_try_malloc0 macro
/external/bluetooth/bluez/src/
Dglib-helper.c318 *ctxt = g_try_malloc0(sizeof(struct search_context)); in create_search_context()
443 str = g_try_malloc0(MAX_LEN_UUID_STR); in bt_uuid2string()
Ddevice.c1066 device = g_try_malloc0(sizeof(struct btd_device)); in device_create()
/external/bluetooth/bluez/gdbus/
Dwatch.c502 data = g_try_malloc0(sizeof(*data)); in check_service()
/external/bluetooth/bluez/plugins/
Dhciops.c243 dl = g_try_malloc0(HCI_MAX_DEV * sizeof(struct hci_dev_req) + sizeof(uint16_t)); in init_known_adapters()
/external/bluetooth/glib/
DChangeLog.pre-2-8881 * glib/glib.symbols: Add g_try_malloc0
884 g_try_malloc0. (#169611, Stefan Kost)
886 * glib/gmem.c: Implement g_try_malloc0.
/external/bluetooth/bluez/input/
Ddevice.c552 req->rd_data = g_try_malloc0(pdlist->unitSize); in extract_hid_record()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt823 g_try_malloc0
/external/bluetooth/glib/docs/reference/
DChangeLog2123 and g_try_renew, g_try_malloc0.