Searched refs:g_mem_gc_friendly (Results 1 – 7 of 7) sorted by relevance
200 else if (G_UNLIKELY (g_mem_gc_friendly) && length < array->len) in g_array_set_size()227 if (G_UNLIKELY (g_mem_gc_friendly)) in g_array_remove_index()252 if (G_UNLIKELY (g_mem_gc_friendly)) in g_array_remove_index_fast()277 if (G_UNLIKELY (g_mem_gc_friendly)) in g_array_remove_range()341 if (G_UNLIKELY (g_mem_gc_friendly)) in g_array_maybe_expand()415 if (G_UNLIKELY (g_mem_gc_friendly)) in g_ptr_array_maybe_expand()442 if (G_UNLIKELY (g_mem_gc_friendly) && length < array->len) in g_ptr_array_set_size()471 if (G_UNLIKELY (g_mem_gc_friendly)) in g_ptr_array_remove_index()495 if (G_UNLIKELY (g_mem_gc_friendly)) in g_ptr_array_remove_index_fast()518 if (G_UNLIKELY (g_mem_gc_friendly)) in g_ptr_array_remove_range()
691 gboolean g_mem_gc_friendly = TRUE; variable693 gboolean g_mem_gc_friendly = FALSE; variable712 g_mem_gc_friendly = TRUE; in g_mem_init_nomessage()
870 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free1()876 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free1()884 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free1()930 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free_chain_with_offset()945 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free_chain_with_offset()959 if (G_UNLIKELY (g_mem_gc_friendly)) in g_slice_free_chain_with_offset()
99 GLIB_VAR gboolean g_mem_gc_friendly; variable
238 * glib/glib.symbols: Add g_mem_gc_friendly as an exported258 * glib/gslice.c: honour g_mem_gc_friendly settings when freeing259 slices, make sure g_mem_gc_friendly is properly initialized.261 * gmem.[hc]: ensure g_mem_gc_friendly is initialized from G_DEBUG upon271 if (G_UNLIKELY (g_mem_gc_friendly)).
828 g_mem_gc_friendly
1628 * glib/tmpl/memory.sgml: Document g_mem_gc_friendly.