readToEndAlloc and readFileAlloc both report memory leaks
|
|
6
|
89
|
July 16, 2025
|
Implicit allocators in binaries?
|
|
4
|
169
|
July 15, 2025
|
Should I mix use `std.heap.c_allocator` with other std.heap allocators when linking libc?
|
|
8
|
110
|
July 11, 2025
|
Error when reading my Raylib files on WASM + ESMCRIPTEN
|
|
5
|
81
|
July 10, 2025
|
How are big integer literals treated?
|
|
10
|
147
|
July 6, 2025
|
Who is responsible for freeing memories when it comes to maps?
|
|
10
|
372
|
July 5, 2025
|
Zig's memory model
|
|
2
|
220
|
July 1, 2025
|
Struct Inheritance and Alignment
|
|
7
|
295
|
June 30, 2025
|
Need help for designing a concurrent datastructure
|
|
10
|
464
|
June 27, 2025
|
Stack probe puzzle
|
|
2
|
411
|
June 24, 2025
|
Brand new ZIg user trying to port 3K line science app w/100 pointers in a struct
|
|
7
|
225
|
June 24, 2025
|
Segmentation fault when detouring(inline hook) in x64
|
|
0
|
67
|
June 23, 2025
|
Wrapping an allocator to know how many bytes it has allocated
|
|
8
|
329
|
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
|
181
|
June 18, 2025
|
Revisiting alignedAlloc and alignedFree
|
|
0
|
138
|
June 17, 2025
|
Parallel execution problem
|
|
5
|
184
|
June 12, 2025
|
StringHashMap
|
|
13
|
292
|
June 4, 2025
|
Proposal: Move pointer stability to an Allocator
|
|
5
|
237
|
June 3, 2025
|
How to express ownership semantics in zig?
|
|
10
|
337
|
June 2, 2025
|
Convenient AST storage at runtime or comptime
|
|
12
|
310
|
May 31, 2025
|
Monkey Lang: an interpreter written by hand
|
|
0
|
227
|
May 27, 2025
|
Handling Out Of Memory errors
|
|
41
|
787
|
May 30, 2025
|
Tying down logic and memory management
|
|
11
|
348
|
May 29, 2025
|
Arena swapping pattern in Zig
|
|
8
|
349
|
May 23, 2025
|
Is there any way to limit linear memory usage at all costs?
|
|
2
|
159
|
May 23, 2025
|
Can a source file implicit struct be a packed struct?
|
|
5
|
194
|
May 23, 2025
|
Not sure how to dealloc after accessing the symbol from Module using Address
|
|
2
|
101
|
May 19, 2025
|
Compiler doesn't warn about pinter referencing array past it's lifetime
|
|
2
|
139
|
May 18, 2025
|
Is deinit necessary when using ArenaAllocator?
|
|
4
|
204
|
May 11, 2025
|
Creating a pointer in another scope gets overwritten - How does this happen?
|
|
2
|
95
|
May 8, 2025
|