Skip to content

Commit f6286a1

Browse files
committed
globals: set size on nodes to 8 for testing
1 parent 4d0b5cc commit f6286a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef DISTRIBUTEDMALLOC_GLOBALS_H
22
#define DISTRIBUTEDMALLOC_GLOBALS_H
33

4-
#define DEF_NODE_SIZE 32
4+
#define DEF_NODE_SIZE 8
55
#define DEF_NODE_USER 0
66
#define DEF_NODE_LEADER 1
77

0 commit comments

Comments
 (0)