Help memory arena-allocator
|
|
0
|
4
|
August 16, 2025
|
How to correctly import a WebAssembly.Global from JS in Zig?
|
|
3
|
167
|
August 11, 2025
|
Feedback on my first zig code and memory management
|
|
11
|
421
|
August 11, 2025
|
Why do I get an invalid free error?
|
|
3
|
113
|
August 10, 2025
|
How do you handle configs/envs?
|
|
9
|
269
|
July 31, 2025
|
Compile time sized Sparse Dense Array as high performance Hash Map alternative
|
|
0
|
162
|
July 30, 2025
|
Stackless coroutines and defer, a match made in resource management heaven?
|
|
0
|
177
|
July 22, 2025
|
First Zig Blog (With Zine!)
|
|
1
|
297
|
July 22, 2025
|
Zalloc, replace malloc and friends with a zig allocator in your c code
|
|
4
|
222
|
July 20, 2025
|
readToEndAlloc and readFileAlloc both report memory leaks
|
|
6
|
112
|
July 16, 2025
|
Implicit allocators in binaries?
|
|
4
|
182
|
July 15, 2025
|
Should I mix use `std.heap.c_allocator` with other std.heap allocators when linking libc?
|
|
8
|
138
|
July 11, 2025
|
Error when reading my Raylib files on WASM + ESMCRIPTEN
|
|
5
|
95
|
July 10, 2025
|
How are big integer literals treated?
|
|
10
|
158
|
July 6, 2025
|
Who is responsible for freeing memories when it comes to maps?
|
|
10
|
383
|
July 5, 2025
|
Zig's memory model
|
|
2
|
228
|
July 1, 2025
|
Struct Inheritance and Alignment
|
|
7
|
316
|
June 30, 2025
|
Need help for designing a concurrent datastructure
|
|
10
|
465
|
June 27, 2025
|
Stack probe puzzle
|
|
2
|
445
|
June 24, 2025
|
Brand new ZIg user trying to port 3K line science app w/100 pointers in a struct
|
|
7
|
226
|
June 24, 2025
|
Segmentation fault when detouring(inline hook) in x64
|
|
0
|
68
|
June 23, 2025
|
Wrapping an allocator to know how many bytes it has allocated
|
|
8
|
331
|
June 18, 2025
|
Invalid free error with version 0.14 that did not appear in 0.13, for aligned memory that is assigned via `memcpy`
|
|
4
|
187
|
June 18, 2025
|
Revisiting alignedAlloc and alignedFree
|
|
0
|
141
|
June 17, 2025
|
Parallel execution problem
|
|
5
|
188
|
June 12, 2025
|
StringHashMap
|
|
13
|
311
|
June 4, 2025
|
Proposal: Move pointer stability to an Allocator
|
|
5
|
241
|
June 3, 2025
|
How to express ownership semantics in zig?
|
|
10
|
352
|
June 2, 2025
|
Convenient AST storage at runtime or comptime
|
|
12
|
311
|
May 31, 2025
|
Monkey Lang: an interpreter written by hand
|
|
0
|
250
|
May 27, 2025
|