Skip to content

Commit 40e6424

Browse files
Techatrixandrewrk
authored andcommitted
std: expose Config struct of GeneralPurposeAllocator
1 parent c1bda06 commit 40e6424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/heap.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub const ScopedLoggingAllocator = @import("heap/logging_allocator.zig").ScopedL
1414
pub const LogToWriterAllocator = @import("heap/log_to_writer_allocator.zig").LogToWriterAllocator;
1515
pub const logToWriterAllocator = @import("heap/log_to_writer_allocator.zig").logToWriterAllocator;
1616
pub const ArenaAllocator = @import("heap/arena_allocator.zig").ArenaAllocator;
17+
pub const GeneralPurposeAllocatorConfig = @import("heap/general_purpose_allocator.zig").Config;
1718
pub const GeneralPurposeAllocator = @import("heap/general_purpose_allocator.zig").GeneralPurposeAllocator;
1819
pub const Check = @import("heap/general_purpose_allocator.zig").Check;
1920
pub const WasmAllocator = @import("heap/WasmAllocator.zig");

0 commit comments

Comments
 (0)