change initial dimension to 32
parent
c6ce7c7a00
commit
03222b0826
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#define INITIAL_DATA_CAPACITY 8
|
#define INITIAL_DATA_CAPACITY 8
|
||||||
#define INITIAL_FREE_RECTANGLE_CAPACITY 16
|
#define INITIAL_FREE_RECTANGLE_CAPACITY 16
|
||||||
#define INITIAL_DIMENSION 256
|
#define INITIAL_DIMENSION 32
|
||||||
|
|
||||||
/* Structures */
|
/* Structures */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue