Changeset: 11f5c6562a43 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/11f5c6562a43
Modified Files:
        gdk/gdk.h
Branch: Mar2025
Log Message:

Reduce ABI incompatibility.


diffs (18 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -2531,12 +2531,12 @@ typedef struct allocator {
        size_t size;
        size_t nr;
        char **blks;
-       char *first_block; /* the special block in blks that also holds our 
bookkeeping */
        size_t used;    /* memory used in last block */
-       size_t reserved;  /* space in first_block is reserved up to here  */
        size_t usedmem; /* used memory */
        void *freelist; /* list of freed blocks */
        exception_buffer eb;
+       char *first_block; /* the special block in blks that also holds our 
bookkeeping */
+       size_t reserved;  /* space in first_block is reserved up to here  */
 } allocator;
 
 gdk_export allocator *sa_create( allocator *pa );
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to