Skip to content

Commit d26d22a

Browse files
committed
Leave Linked-List First-fit as default allocation scheme
1 parent 91c31ae commit d26d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version = "0.5.0"
2525

2626
[features]
2727
# Choose exactly 1 allocator
28-
default = []
28+
default = ['llff']
2929

3030
# Use the Two-Level Segregated Fit allocator
3131
tlsf = ["rlsf", "const-default"]

0 commit comments

Comments
 (0)