|
Ownership, borrowing, lifetimes, parallel programming and unnecessary complexity
|
|
57
|
1917
|
March 31, 2026
|
|
DebugAllocator.deinit does not free the memory?
|
|
8
|
366
|
March 27, 2026
|
|
Is there any existing library(s) for miscellaneous allocators not in std?
|
|
2
|
192
|
March 27, 2026
|
|
How to Decide When to Free Memory in Complex Allocator Flows
|
|
8
|
365
|
March 18, 2026
|
|
Workaround to modify a const value without the protection from @constCast, yet the test expects initialization value
|
|
2
|
97
|
March 18, 2026
|
|
Blog post: efficient organization of many small dynamic arrays
|
|
0
|
197
|
March 18, 2026
|
|
How to create two mutually referencing pointers at compile time?
|
|
5
|
234
|
March 13, 2026
|
|
Crash and deadlock when using ArenaAllocator with GeneralPurposeAllocator
|
|
5
|
244
|
March 12, 2026
|
|
A question about memory allocation
|
|
15
|
213
|
March 10, 2026
|
|
Is it ok to use vectors in c structs?
|
|
8
|
526
|
March 8, 2026
|
|
How to deinit a mutually recursive data structure?
|
|
12
|
153
|
March 7, 2026
|
|
How to free a type erased field?
|
|
21
|
524
|
March 6, 2026
|
|
Generic Managed Implementation
|
|
11
|
522
|
February 27, 2026
|
|
WIP Gap Buffer in Zig: Looking for Feedback
|
|
4
|
261
|
February 26, 2026
|
|
Memory management for a parser
|
|
4
|
253
|
February 23, 2026
|
|
Panic: incorrect alignment when casting slice to struct
|
|
10
|
136
|
February 20, 2026
|
|
Allocators: Best Practices & Anti-Patterns
|
|
12
|
1187
|
February 15, 2026
|
|
Basic Question on Allocation
|
|
25
|
1060
|
February 14, 2026
|
|
Strange behavior with std.ArrayList (garbled output)
|
|
9
|
250
|
February 11, 2026
|
|
Manual Indexing into an Allocation
|
|
5
|
153
|
February 11, 2026
|
|
Arena allocators vs. general allocators: is it really binary
|
|
23
|
831
|
February 9, 2026
|
|
Complex JSON handling
|
|
12
|
440
|
February 8, 2026
|
|
Tips on handling input from stdin
|
|
2
|
129
|
February 8, 2026
|
|
Std.c.ioctl() does not overwrite variable when it is marked constant
|
|
5
|
153
|
February 5, 2026
|
|
Pointers are changing when being passed through functions
|
|
6
|
192
|
January 31, 2026
|
|
Correct writer to use with std.zig.stringEscape
|
|
2
|
100
|
January 31, 2026
|
|
How to check what memory region a pointer belongs to?
|
|
3
|
120
|
January 29, 2026
|
|
Complexity of ArenaAllocator
|
|
10
|
553
|
January 21, 2026
|
|
Using Indices over Ptrs for Handles
|
|
10
|
189
|
January 19, 2026
|
|
Need help understanding memory leak detected in test
|
|
3
|
174
|
January 18, 2026
|