Is deinit necessary when using ArenaAllocator?
|
|
5
|
45
|
May 11, 2025
|
Creating a pointer in another scope gets overwritten - How does this happen?
|
|
2
|
81
|
May 8, 2025
|
[Error] panic: switch on corrupt value | Working with pointers in Zig
|
|
7
|
135
|
May 7, 2025
|
Should I use a linked list?
|
|
5
|
337
|
May 6, 2025
|
deinit and arena allocator
|
|
12
|
277
|
April 29, 2025
|
Are memory pool same as Arena's in Zig?
|
|
4
|
210
|
April 28, 2025
|
What is the best way to handle having Slices/ArrayList as a struct member?
|
|
9
|
148
|
April 28, 2025
|
Is there a data structure for known size but with allocation on demand if usage exceed the known size?
|
|
2
|
136
|
April 28, 2025
|
How to easily memory profile zig library?
|
|
6
|
350
|
April 26, 2025
|
Ergonomics of ArrayListUnmanaged
|
|
7
|
273
|
April 24, 2025
|
Defer and function return
|
|
9
|
134
|
April 20, 2025
|
Zuballoc: A hard real-time sub-allocator
|
|
2
|
360
|
April 16, 2025
|
Newcomer: Getting into Allocators
|
|
7
|
344
|
April 15, 2025
|
Memory leak error!
|
|
17
|
224
|
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
|
100
|
April 6, 2025
|
Help moving data from array to hashmap
|
|
9
|
180
|
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
|
176
|
March 20, 2025
|
How do I know when I should call deinit()?
|
|
7
|
454
|
March 16, 2025
|
Which parts could be easily improved in a 200+ odd line Zig code?
|
|
9
|
150
|
March 9, 2025
|
How to free memory allocated by C library? (libmariadb.so)
|
|
2
|
140
|
March 4, 2025
|
Zig: `unreachable` panic during `deinit()` in Model with Layer Structs
|
|
8
|
144
|
March 2, 2025
|
Why do packed struct reverse the order of u4 fields?
|
|
2
|
171
|
February 28, 2025
|
Oh let's talk about joblogs
|
|
3
|
245
|
February 25, 2025
|
Parametrizing C library by an allocator
|
|
6
|
399
|
February 19, 2025
|
Program runs fine but running it with Valgrind results in a panic
|
|
20
|
221
|
February 19, 2025
|
Deiniting allocator passed to a function
|
|
2
|
128
|
February 18, 2025
|
Memory leak when assigning in return vs setting variable then return
|
|
7
|
148
|
February 15, 2025
|