From: Matthias Clasen Date: Thu, 2 Dec 2004 15:46:09 +0000 (+0000) Subject: Add some warnings regarding --disable-mem-pools. X-Git-Tag: GLIB_2_6_0~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb12e6983bc8d197c671d307e59b5a016db25ffa;p=platform%2Fupstream%2Fglib.git Add some warnings regarding --disable-mem-pools. 2004-12-02 Matthias Clasen * glib/building.sgml: * glib/tmpl/linked_lists_single.sgml: * glib/tmpl/linked_lists_double.sgml: * glib/tmpl/trees-nary.sgml: Add some warnings regarding --disable-mem-pools. --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1cccfb7..0208f68 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +2004-12-02 Matthias Clasen + + * glib/building.sgml: + * glib/tmpl/linked_lists_single.sgml: + * glib/tmpl/linked_lists_double.sgml: + * glib/tmpl/trees-nary.sgml: Add some warnings regarding + --disable-mem-pools. + 2004-12-01 Matthias Clasen * glib/tmpl/iochannels.sgml: Fix a typo. (#160162, Tom Copeland) diff --git a/docs/reference/glib/building.sgml b/docs/reference/glib/building.sgml index 4c38db5..c5de07c 100644 --- a/docs/reference/glib/building.sgml +++ b/docs/reference/glib/building.sgml @@ -244,7 +244,10 @@ How to compile GLib itself GList, GSList, GNode, GHash - allocations + allocations. The functions g_list_push_allocator(), + g_list_pop_allocator(), g_slist_push_allocator(), + g_slist_pop_allocator(), g_node_push_allocator() and + g_node_pop_allocator() are not available diff --git a/docs/reference/glib/tmpl/linked_lists_double.sgml b/docs/reference/glib/tmpl/linked_lists_double.sgml index 5da5cb9..e72fa3c 100644 --- a/docs/reference/glib/tmpl/linked_lists_double.sgml +++ b/docs/reference/glib/tmpl/linked_lists_double.sgml @@ -486,6 +486,10 @@ is not found. Sets the allocator to use to allocate #GList elements. Use g_list_pop_allocator() to restore the previous allocator. + +Note that this function is not available if GLib has been compiled +with + @allocator: the #GAllocator to use when allocating #GList elements. @@ -494,6 +498,10 @@ Use g_list_pop_allocator() to restore the previous allocator. Restores the previous #GAllocator, used when allocating #GList elements. + +Note that this function is not available if GLib has been compiled +with + diff --git a/docs/reference/glib/tmpl/linked_lists_single.sgml b/docs/reference/glib/tmpl/linked_lists_single.sgml index 8a3db2e..7e74451 100644 --- a/docs/reference/glib/tmpl/linked_lists_single.sgml +++ b/docs/reference/glib/tmpl/linked_lists_single.sgml @@ -407,6 +407,10 @@ is not found. Sets the allocator to use to allocate #GSList elements. Use g_slist_pop_allocator() to restore the previous allocator. + +Note that this function is not available if GLib has been compiled +with + @allocator: the #GAllocator to use when allocating #GSList elements. @@ -415,6 +419,10 @@ Use g_slist_pop_allocator() to restore the previous allocator. Restores the previous #GAllocator, used when allocating #GSList elements. + +Note that this function is not available if GLib has been compiled +with + diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 77843f2..6259925 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -519,6 +519,10 @@ allocated. Sets the allocator to use to allocate #GNode elements. Use g_node_pop_allocator() to restore the previous allocator. + +Note that this function is not available if GLib has been compiled +with + @allocator: the #GAllocator to use when allocating #GNode elements. @@ -527,6 +531,10 @@ Use g_node_pop_allocator() to restore the previous allocator. Restores the previous #GAllocator, used when allocating #GNode elements. + +Note that this function is not available if GLib has been compiled +with +