Searched refs:g_slice_alloc (Results 1 – 13 of 13) sorted by relevance
58 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()
68 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()
172 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()
53 char *mem = g_slice_alloc (bytes); in thread_func()
37 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)))
798 g_slice_alloc (gsize mem_size) in g_slice_alloc() function833 gpointer mem = g_slice_alloc (mem_size); in g_slice_alloc0()843 gpointer mem = g_slice_alloc (mem_size); in g_slice_copy()
640 return g_slice_alloc (mem_chunk->alloc_size); in g_mem_chunk_alloc()
1772 #undef g_slice_alloc 1773 extern __typeof (g_slice_alloc) g_slice_alloc __attribute((alias("IA__g_slice_alloc"), visibility("…
1765 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
134 This will cause all slices allocated through g_slice_alloc() and
1772 g_slice_alloc
1974 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()
1004 expectations for g_slice_alloc().