mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Implemened stub for NUMA-aware try_alloc.
This commit is contained in:
@@ -135,6 +135,11 @@ class Genode::Session_env : public Ram_allocator,
|
||||
return result;
|
||||
}
|
||||
|
||||
Alloc_result try_alloc(size_t size, Numa_id, Cache cache) override
|
||||
{
|
||||
// TODO: Actually perform allocation from node numa_id here
|
||||
return try_alloc(size, cache);
|
||||
}
|
||||
|
||||
void free(Ram_dataspace_capability ds) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user