mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Deprecate mem chunks
This commit is contained in:
parent
0b5560da8b
commit
7d5800d718
@ -1,5 +1,7 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
* glib/gutils.c:
|
||||
* glib/gtree.c:
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
* glib/gutils.c:
|
||||
* glib/gtree.c:
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
* glib/gutils.c:
|
||||
* glib/gtree.c:
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/memory_slices.sgml: Fix a small formatting
|
||||
problem.
|
||||
|
||||
* glib/tmpl/trees-nary.sgml:
|
||||
* glib/tmpl/linked_lists_single.sgml:
|
||||
* glib/tmpl/linked_lists_double.sgml:
|
||||
|
@ -99,7 +99,7 @@ void g_mem_profile (void);
|
||||
|
||||
|
||||
/* deprecated memchunks and allocators */
|
||||
#if !defined G_DISABLE_DEPRECATED || 1
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
typedef struct _GAllocator GAllocator;
|
||||
typedef struct _GMemChunk GMemChunk;
|
||||
#define g_mem_chunk_create(type, pre_alloc, alloc_type) ( \
|
||||
|
Loading…
Reference in New Issue
Block a user