Field Lifetime of Heap-Allocated Struct
|
|
2
|
35
|
September 7, 2024
|
Advice/Best practices around using references vs values
|
|
7
|
161
|
September 6, 2024
|
Prefered method to initialize GeneralPurposeAllocator
|
|
14
|
247
|
September 5, 2024
|
Pointers to Temporary Memory
|
|
33
|
1616
|
September 5, 2024
|
This file reader line by line is slow
|
|
6
|
188
|
September 3, 2024
|
StringHashMap in a struct
|
|
6
|
143
|
August 31, 2024
|
Best allocator for massive files?
|
|
12
|
304
|
August 30, 2024
|
Best way to deallocate keys in StringHashMap
|
|
2
|
90
|
August 29, 2024
|
What is the init pattern with self pointer
|
|
8
|
220
|
August 28, 2024
|
Compile-time memory tracking and automated memory deallocation
|
|
2
|
89
|
August 28, 2024
|
How to config std.testing.FailingAllocator?
|
|
2
|
68
|
August 26, 2024
|
Is there a cost to using a FixedBufferAllocator over directly writing to an array?
|
|
11
|
109
|
August 23, 2024
|
Catch 22 with readUntilDelimiterOrEofAlloc
|
|
7
|
169
|
August 19, 2024
|
GeneralPurposeAllocator leak explanation
|
|
7
|
117
|
August 18, 2024
|
Why is allocator an interface?
|
|
12
|
419
|
August 12, 2024
|
Try (try ...) vs @panic style for initialisation
|
|
13
|
206
|
August 7, 2024
|
VTable interface corrupted pointer
|
|
6
|
84
|
August 7, 2024
|
How to manage mutex locks during the writer's writes?
|
|
14
|
250
|
August 7, 2024
|
Beginner allocator questions
|
|
1
|
108
|
August 6, 2024
|
Finding a good way to store a pointer to a std.mem.Allocator for Ziglua
|
|
12
|
218
|
August 4, 2024
|
How can static memory allocation work for a system like TigerBeetle?
|
|
3
|
169
|
August 3, 2024
|
ArenaAllocator with StringHashMap, panic or segfault
|
|
13
|
128
|
August 2, 2024
|
Zig allocators in C (educational)
|
|
0
|
155
|
July 26, 2024
|
Compiler crashes with `thread 50391 panic: incorrect alignment` message
|
|
3
|
77
|
July 25, 2024
|
AssetManager with HashMaps has disappering keys
|
|
3
|
64
|
July 24, 2024
|
Struct creation in Zig compared to C
|
|
4
|
178
|
July 23, 2024
|
Getting error(gpa): Allocation size 280 bytes does not match free size 448
|
|
3
|
113
|
July 22, 2024
|
How I wrote an AST parser/validator in Zig
|
|
8
|
209
|
July 21, 2024
|
How to pass write stream from std.json correctly?
|
|
2
|
46
|
July 20, 2024
|
Real Time Industrial Ethernet Protocol (EtherCAT) Library Design
|
|
5
|
154
|
July 18, 2024
|