improving device allocator
Build / build (push) Successful in 1m20s
Test / build_and_test (push) Failing after 6m6s

This commit is contained in:
2026-05-08 16:12:34 +02:00
parent e793cb6c3f
commit 1f23d290cb
6 changed files with 76 additions and 27 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const SpawnError = std.Thread.SpawnError;
const DeviceAllocator = struct {
pub inline fn allocator(_: @This()) std.mem.Allocator {
return std.heap.smp_allocator;
return base.fallback_host_allocator;
}
};