| ... | ... | @@ -18,9 +18,9 @@ pub const FixedBufferAllocator = @import("heap/FixedBufferAllocator.zig"); |
| 18 | 18 | pub const DebugAllocatorConfig = @import("heap/debug_allocator.zig").Config; |
| 19 | 19 | pub const DebugAllocator = @import("heap/debug_allocator.zig").DebugAllocator; |
| 20 | 20 | pub const Check = enum { ok, leak }; |
| 21 | | /// Deprecated; to be removed after 0.15.0 is tagged. |
| 21 | /// Deprecated; to be removed after 0.14.0 is tagged. |
| 22 | 22 | pub const GeneralPurposeAllocatorConfig = DebugAllocatorConfig; |
| 23 | | /// Deprecated; to be removed after 0.15.0 is tagged. |
| 23 | /// Deprecated; to be removed after 0.14.0 is tagged. |
| 24 | 24 | pub const GeneralPurposeAllocator = DebugAllocator; |
| 25 | 25 | |
| 26 | 26 | const memory_pool = @import("heap/memory_pool.zig"); |