Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim Crawford
uefi_alloc
Commits
1496375e
Commit
1496375e
authored
Oct 25, 2021
by
Tim Crawford
Browse files
test
parent
482befe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib.rs
View file @
1496375e
...
...
@@ -29,7 +29,7 @@ unsafe impl GlobalAlloc for Allocator {
.branch
();
match
res
{
ControlFlow
::
Continue
(
ptr
)
=>
ptr
as
*
mut
u8
,
ControlFlow
::
Continue
(
_
)
=>
ptr
as
*
mut
u8
,
ControlFlow
::
Break
(
_
)
=>
ptr
::
null_mut
(),
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment