mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Move GAllocator/GMemChunk to separate file
Create a deprecated/ directory that we can start moving ancient chunks of code to. Start with GAllocator, GMemChunk and related APIs. Also drop all mention of them from the docs. https://bugzilla.gnome.org/show_bug.cgi?id=659427
This commit is contained in:
@@ -104,7 +104,6 @@ synchronize their operation.
|
||||
<chapter id="glib-data-types">
|
||||
<title>GLib Data Types</title>
|
||||
<xi:include href="xml/memory_slices.xml" />
|
||||
<xi:include href="xml/memory_chunks.xml" />
|
||||
<xi:include href="xml/linked_lists_double.xml" />
|
||||
<xi:include href="xml/linked_lists_single.xml" />
|
||||
<xi:include href="xml/queue.xml" />
|
||||
@@ -123,7 +122,6 @@ synchronize their operation.
|
||||
<xi:include href="xml/datasets.xml" />
|
||||
<xi:include href="xml/relations.xml" />
|
||||
<xi:include href="xml/caches.xml" />
|
||||
<xi:include href="xml/allocators.xml" />
|
||||
<xi:include href="xml/gvarianttype.xml"/>
|
||||
<xi:include href="xml/gvariant.xml"/>
|
||||
<xi:include href="gvariant-varargs.xml"/>
|
||||
|
@@ -1969,37 +1969,6 @@ g_unix_error_quark
|
||||
|
||||
# Data Structures
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Memory Chunks</TITLE>
|
||||
<FILE>memory_chunks</FILE>
|
||||
GMemChunk
|
||||
G_ALLOC_AND_FREE
|
||||
G_ALLOC_ONLY
|
||||
|
||||
<SUBSECTION>
|
||||
g_mem_chunk_new
|
||||
g_mem_chunk_alloc
|
||||
g_mem_chunk_alloc0
|
||||
g_mem_chunk_free
|
||||
g_mem_chunk_destroy
|
||||
|
||||
<SUBSECTION>
|
||||
g_mem_chunk_create
|
||||
g_chunk_new
|
||||
g_chunk_new0
|
||||
g_chunk_free
|
||||
|
||||
<SUBSECTION>
|
||||
g_mem_chunk_reset
|
||||
g_mem_chunk_clean
|
||||
g_blow_chunks
|
||||
|
||||
<SUBSECTION>
|
||||
g_mem_chunk_info
|
||||
g_mem_chunk_print
|
||||
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Memory Slices</TITLE>
|
||||
<FILE>memory_slices</FILE>
|
||||
@@ -2073,10 +2042,6 @@ g_list_find
|
||||
g_list_find_custom
|
||||
g_list_position
|
||||
g_list_index
|
||||
|
||||
<SUBSECTION>
|
||||
g_list_push_allocator
|
||||
g_list_pop_allocator
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -2121,10 +2086,6 @@ g_slist_find
|
||||
g_slist_find_custom
|
||||
g_slist_position
|
||||
g_slist_index
|
||||
|
||||
<SUBSECTION>
|
||||
g_slist_push_allocator
|
||||
g_slist_pop_allocator
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -2504,10 +2465,6 @@ g_node_max_height
|
||||
<SUBSECTION>
|
||||
g_node_unlink
|
||||
g_node_destroy
|
||||
|
||||
<SUBSECTION>
|
||||
g_node_push_allocator
|
||||
g_node_pop_allocator
|
||||
</SECTION>
|
||||
|
||||
|
||||
@@ -2618,19 +2575,6 @@ GCacheDupFunc
|
||||
GCacheNewFunc
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Memory Allocators</TITLE>
|
||||
<FILE>allocators</FILE>
|
||||
GAllocator
|
||||
g_allocator_new
|
||||
g_allocator_free
|
||||
|
||||
<SUBSECTION Private>
|
||||
G_ALLOCATOR_LIST
|
||||
G_ALLOCATOR_NODE
|
||||
G_ALLOCATOR_SLIST
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>Random Numbers</TITLE>
|
||||
<FILE>random_numbers</FILE>
|
||||
|
Reference in New Issue
Block a user