Home
last modified time | relevance | path

Searched refs:g_slice_alloc (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/
Dslice-threadinit.c58 void *b = g_slice_alloc (SAMPLE_SIZE); in allocate_from_known_page()
78 mps[j] = g_slice_alloc (magazine_probes[j]); in main()
84 void *b = g_slice_alloc (SAMPLE_SIZE); in main()
119 void *mem = g_slice_alloc (magazine_probes[j]); in main()
145 void *mem = g_slice_alloc (magazine_probes[j]); in main()
Dslice-color.c68 mema[j] = g_slice_alloc (block_size); in touch_mem()
71 memb[j] = g_slice_alloc (block_size); in touch_mem()
74 memc[j] = g_slice_alloc (block_size); in touch_mem()
Dslice-test.c172 ps[i] = g_slice_alloc (ss[i] + corruption()); in test_sliced_mem_thread()
182 ps[i] = g_slice_alloc (ss[i] + corruption()); in test_sliced_mem_thread()
194 ps[j] = g_slice_alloc (sz + corruption()); in test_sliced_mem_thread()
Dslice-concurrent.c53 char *mem = g_slice_alloc (bytes); in thread_func()
/external/bluetooth/glib/glib/
Dgslice.h37 gpointer g_slice_alloc (gsize block_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(1);
46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type)))
Dgslice.c798 g_slice_alloc (gsize mem_size) in g_slice_alloc() function
833 gpointer mem = g_slice_alloc (mem_size); in g_slice_alloc0()
843 gpointer mem = g_slice_alloc (mem_size); in g_slice_copy()
Dgmem.c640 return g_slice_alloc (mem_chunk->alloc_size); in g_mem_chunk_alloc()
Dgaliasdef.c1772 #undef g_slice_alloc
1773 extern __typeof (g_slice_alloc) g_slice_alloc __attribute((alias("IA__g_slice_alloc"), visibility("…
Dgalias.h1765 extern __typeof (g_slice_alloc) IA__g_slice_alloc __attribute((visibility("hidden"))) G_GNUC_MALLOC;
1766 #define g_slice_alloc IA__g_slice_alloc macro
/external/bluetooth/glib/docs/reference/glib/
Drunning.sgml134 This will cause all slices allocated through g_slice_alloc() and
Dglib-sections.txt1772 g_slice_alloc
/external/bluetooth/glib/gobject/
Dgsignal.c1974 instance_and_params = g_slice_alloc (sizeof (GValue) * (n_params + 1)); in g_signal_chain_from_overridden_handler()
2943 instance_and_params = g_slice_alloc (sizeof (GValue) * (n_params + 1)); in g_signal_emit_valist()
/external/bluetooth/glib/docs/reference/
DChangeLog1004 expectations for g_slice_alloc().