| ... | ... | @@ -14,6 +14,7 @@ pub const ScopedLoggingAllocator = @import("heap/logging_allocator.zig").ScopedL |
| 14 | 14 | pub const LogToWriterAllocator = @import("heap/log_to_writer_allocator.zig").LogToWriterAllocator; |
| 15 | 15 | pub const logToWriterAllocator = @import("heap/log_to_writer_allocator.zig").logToWriterAllocator; |
| 16 | 16 | pub const ArenaAllocator = @import("heap/arena_allocator.zig").ArenaAllocator; |
| 17 | pub const GeneralPurposeAllocatorConfig = @import("heap/general_purpose_allocator.zig").Config; |
| 17 | 18 | pub const GeneralPurposeAllocator = @import("heap/general_purpose_allocator.zig").GeneralPurposeAllocator; |
| 18 | 19 | pub const Check = @import("heap/general_purpose_allocator.zig").Check; |
| 19 | 20 | pub const WasmAllocator = @import("heap/WasmAllocator.zig"); |