Ergonomics of ArrayListUnmanaged
|
|
3
|
107
|
April 23, 2025
|
How to easily memory profile zig library?
|
|
4
|
207
|
April 21, 2025
|
Defer and function return
|
|
9
|
113
|
April 20, 2025
|
Zuballoc: A hard real-time sub-allocator
|
|
2
|
333
|
April 16, 2025
|
Newcomer: Getting into Allocators
|
|
7
|
331
|
April 15, 2025
|
Memory leak error!
|
|
17
|
221
|
April 15, 2025
|
Static array of bytes misbehave when increasing number of elements
|
|
9
|
116
|
April 8, 2025
|
Comptime string doesn't contain the right characters
|
|
5
|
99
|
April 6, 2025
|
Help moving data from array to hashmap
|
|
9
|
177
|
April 6, 2025
|
Unexpected Data Corruption?
|
|
1
|
73
|
March 29, 2025
|
Set page_size_max for freestanding
|
|
2
|
69
|
March 28, 2025
|
Expected type '[][:0]const u8', found '[][:0]u8'
|
|
3
|
169
|
March 20, 2025
|
How do I know when I should call deinit()?
|
|
7
|
438
|
March 16, 2025
|
Which parts could be easily improved in a 200+ odd line Zig code?
|
|
9
|
149
|
March 9, 2025
|
How to free memory allocated by C library? (libmariadb.so)
|
|
2
|
138
|
March 4, 2025
|
Zig: `unreachable` panic during `deinit()` in Model with Layer Structs
|
|
8
|
140
|
March 2, 2025
|
Why do packed struct reverse the order of u4 fields?
|
|
2
|
169
|
February 28, 2025
|
Oh let's talk about joblogs
|
|
3
|
245
|
February 25, 2025
|
Parametrizing C library by an allocator
|
|
6
|
397
|
February 19, 2025
|
Program runs fine but running it with Valgrind results in a panic
|
|
20
|
214
|
February 19, 2025
|
Deiniting allocator passed to a function
|
|
2
|
125
|
February 18, 2025
|
Memory leak when assigning in return vs setting variable then return
|
|
7
|
148
|
February 15, 2025
|
Having trouble understanding growing arrays/slices and pointers
|
|
4
|
162
|
February 11, 2025
|
Problem with Clearing Screen in Zig using VGA Memory Pointer
|
|
1
|
73
|
February 8, 2025
|
How does align work?
|
|
1
|
163
|
February 1, 2025
|
How to structure memory management and JSON parsing
|
|
5
|
115
|
February 1, 2025
|
Panic: Invalid free when freeing a struct's allocated memory
|
|
2
|
151
|
January 31, 2025
|
How to free (or identify) a slice-literal?
|
|
11
|
273
|
January 29, 2025
|
What could be causing a recursive panic during alloc()?
|
|
2
|
149
|
January 28, 2025
|
Slice indexing huge speed difference
|
|
5
|
140
|
January 27, 2025
|