Skip to content

Commit

Permalink
std: expose Config struct of GeneralPurposeAllocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix authored and andrewrk committed Mar 10, 2024
1 parent c1bda06 commit 40e6424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/heap.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub const ScopedLoggingAllocator = @import("heap/logging_allocator.zig").ScopedL
pub const LogToWriterAllocator = @import("heap/log_to_writer_allocator.zig").LogToWriterAllocator;
pub const logToWriterAllocator = @import("heap/log_to_writer_allocator.zig").logToWriterAllocator;
pub const ArenaAllocator = @import("heap/arena_allocator.zig").ArenaAllocator;
pub const GeneralPurposeAllocatorConfig = @import("heap/general_purpose_allocator.zig").Config;
pub const GeneralPurposeAllocator = @import("heap/general_purpose_allocator.zig").GeneralPurposeAllocator;
pub const Check = @import("heap/general_purpose_allocator.zig").Check;
pub const WasmAllocator = @import("heap/WasmAllocator.zig");
Expand Down

0 comments on commit 40e6424

Please sign in to comment.