mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-21 19:45:52 +00:00
parent
93845e1de5
commit
5c10653d8a
@ -222,7 +222,7 @@ Slab::Slab(size_t slab_size, size_t block_size, void *initial_sb,
|
||||
|
||||
if (!_curr_sb) {
|
||||
PERR("failed to obtain initial slab block");
|
||||
return;
|
||||
throw Out_of_memory();
|
||||
}
|
||||
|
||||
/* init first slab block */
|
||||
|
Loading…
x
Reference in New Issue
Block a user