mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
fix type inconsistency pointed out by gmorten
This commit is contained in:
parent
dd1878cd75
commit
c2584396e5
@ -144,7 +144,7 @@ typedef struct {
|
||||
/* const after initialization */
|
||||
gsize min_page_size, max_page_size;
|
||||
SliceConfig config;
|
||||
guint max_slab_chunk_size_for_magazine_cache;
|
||||
gsize max_slab_chunk_size_for_magazine_cache;
|
||||
/* magazine cache */
|
||||
GMutex *magazine_mutex;
|
||||
ChunkLink **magazines; /* array of MAX_SLAB_INDEX (allocator) */
|
||||
|
Loading…
Reference in New Issue
Block a user