Memory leak and slice ownership
|
|
2
|
19
|
January 21, 2025
|
Having a hard time tracking down a memory leak
|
|
2
|
89
|
January 20, 2025
|
Reading data from file/stdin in chunks
|
|
3
|
96
|
January 18, 2025
|
Have `Allocator.create` take initialization value
|
|
3
|
126
|
January 17, 2025
|
Scoped GPA Allocator?
|
|
9
|
330
|
January 16, 2025
|
Segmentation Fault from GeneralPurposeAllocator
|
|
1
|
83
|
January 13, 2025
|
I want to assign stack alloced [num][size]u8 to [][]u8, but encountered memory problem, please help
|
|
8
|
204
|
January 13, 2025
|
Allocating AST nodes
|
|
3
|
92
|
January 12, 2025
|
Cleaning up
|
|
2
|
147
|
January 12, 2025
|
How to reallocate without loosing data?
|
|
5
|
256
|
January 11, 2025
|
Code reloading error General protection exception (no address available)
|
|
5
|
135
|
January 7, 2025
|
How do I know when I should call deinit()?
|
|
3
|
171
|
January 4, 2025
|
How to return String with in ArrayList that gets freeed?
|
|
5
|
169
|
January 3, 2025
|
How to check if a pointer is a single item or multi-item pointer to determine whether to call .free or .destroy
|
|
1
|
97
|
January 3, 2025
|
Opinions on setBit Implementation: Pointer vs. Copy?
|
|
1
|
61
|
January 3, 2025
|
Why is memory still leaked after calling `.toOwnedSlice` on an ArrayList
|
|
3
|
155
|
January 1, 2025
|
Same address
|
|
2
|
135
|
December 30, 2024
|
Deallocating a sub-slice
|
|
4
|
171
|
December 28, 2024
|
How to free only the overhead for the arena allocator?
|
|
2
|
98
|
December 26, 2024
|
Packed fields make union type sizes larger in Debug and ReleaseSafe modes?
|
|
5
|
84
|
December 23, 2024
|
Memmory Leak
|
|
2
|
115
|
December 22, 2024
|
JSON Parsing, suspicion of memory leak
|
|
4
|
119
|
December 22, 2024
|
Allocating memory in a loop
|
|
3
|
214
|
December 18, 2024
|
Decompressing LZMA Data - @memcpy arguments alias error
|
|
3
|
73
|
December 16, 2024
|
How to dynamically allocate memmory
|
|
2
|
105
|
December 15, 2024
|
Segfaults and functional programming
|
|
5
|
120
|
December 14, 2024
|
Dynamically allocate ArrayList for use in HashMap
|
|
2
|
77
|
December 13, 2024
|
Checking code on memory freeing
|
|
2
|
70
|
December 13, 2024
|
Error with HashMap where the key is a struct containing a pointer to another struct
|
|
6
|
137
|
December 12, 2024
|
Just write the function! - alanza.xyz (measuring the performance impact of indirection)
|
|
11
|
327
|
December 10, 2024
|