We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bda06 commit 40e6424Copy full SHA for 40e6424
lib/std/heap.zig
@@ -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;
15
pub const logToWriterAllocator = @import("heap/log_to_writer_allocator.zig").logToWriterAllocator;
16
pub const ArenaAllocator = @import("heap/arena_allocator.zig").ArenaAllocator;
17
+pub const GeneralPurposeAllocatorConfig = @import("heap/general_purpose_allocator.zig").Config;
18
pub const GeneralPurposeAllocator = @import("heap/general_purpose_allocator.zig").GeneralPurposeAllocator;
19
pub const Check = @import("heap/general_purpose_allocator.zig").Check;
20
pub const WasmAllocator = @import("heap/WasmAllocator.zig");
0 commit comments