mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
a596fa56a6
commit
00f16be122
@@ -86,7 +86,7 @@ namespace Genode {
|
||||
void free(void *addr, size_t size)
|
||||
{
|
||||
_allocator->free(addr, size);
|
||||
_consumed -= size - _allocator->overhead(size);
|
||||
_consumed -= size + _allocator->overhead(size);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user