We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8e759 commit 1bb8b4aCopy full SHA for 1bb8b4a
lib/std/heap.zig
@@ -18,9 +18,9 @@ pub const FixedBufferAllocator = @import("heap/FixedBufferAllocator.zig");
18
pub const DebugAllocatorConfig = @import("heap/debug_allocator.zig").Config;
19
pub const DebugAllocator = @import("heap/debug_allocator.zig").DebugAllocator;
20
pub const Check = enum { ok, leak };
21
-/// Deprecated; to be removed after 0.15.0 is tagged.
+/// Deprecated; to be removed after 0.14.0 is tagged.
22
pub const GeneralPurposeAllocatorConfig = DebugAllocatorConfig;
23
24
pub const GeneralPurposeAllocator = DebugAllocator;
25
26
const memory_pool = @import("heap/memory_pool.zig");
0 commit comments