Skip to content

Commit 8028d33

Browse files
committed
Add 8*pointer_alignment test (32/64 bytes in 32/64 bit systems)
1 parent 42d5d20 commit 8028d33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/memory_algorithm_test.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ int main ()
8383
if(test_rbtree_best_fit<4*void_ptr_align>()){
8484
return 1;
8585
}
86+
if (test_rbtree_best_fit<8*void_ptr_align>()) {
87+
return 1;
88+
}
8689

8790
return 0;
8891
}

0 commit comments

Comments
 (0)