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