]> pd.if.org Git - pdclib.old/commitdiff
Reordering of memnode_t members for later optimization.
authorsolar <>
Mon, 6 Feb 2006 21:02:12 +0000 (21:02 +0000)
committersolar <>
Mon, 6 Feb 2006 21:02:12 +0000 (21:02 +0000)
internals/_PDCLIB_int.h

index ba5ab61bb6ea21d75e30cc66b194589dd66cbb13..84781d200c124892ad7571eae4ef759ae51c8e35 100644 (file)
@@ -286,6 +286,6 @@ struct _PDCLIB_headnode_t
 
 struct _PDCLIB_memnode_t
 {
-    struct _PDCLIB_memnode_t * next;
     _PDCLIB_size_t size;
+    struct _PDCLIB_memnode_t * next;
 };