mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
committed by
Norman Feske
parent
10f1616c28
commit
1f1d1af041
@ -253,7 +253,7 @@ class Lx_kit::Malloc : public Lx::Malloc
|
||||
|
||||
if (msb > SLAB_STOP_LOG2) {
|
||||
Genode::error("slab too large ",
|
||||
1UL << msb, "reqested ", size, " cached ", (int)_cached);
|
||||
1UL << msb, " requested ", size, " cached ", (int)_cached);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user