List Question
20 TechQA 2023-11-11T11:06:11.383000Why does `Allocator.allocate` hand out `NonNull<[u8]>`... but `deallocate` accepts `NonNull<u8>`?
108 views
Asked by doliphin
How to alloc page as anon page in Linux
48 views
Asked by Shean
Why does Rust std::alloc allocate with larger than expected gaps?
242 views
Asked by Niland Schumacher
Is there a way to shrink a memory allocation from the left in C without copying data?
207 views
Asked by Ddystopia
Why does programm throws double free detected in tcache 2 while using single linked list
77 views
Asked by Arsenyev01
Refer to an extern crate in macro expansion
810 views
Asked by digital illusion
ImportError - from qiskit import BasicAer
472 views
Asked by Ka-Lok Ng
Proper way to fill nested struct in C from file
155 views
Asked by user2030243
C alloc / free struct arr
68 views
Asked by K V
initialization discards ‘const’ qualifier from pointer target type
2.2k views
Asked by collegecoder
Qsort array of structs
118 views
Asked by csDreamer
Why alloc return nil? ( Objective-C )
254 views
Asked by opencai
Pointers,structure C
48 views
Asked by Aaron7
I am getting bad_alloc error in c++ program
786 views
Asked by rgv
Resizing a two dimensional array in C. Memory leak
222 views
Asked by hokkyo
mmap more than one buffer in kernel is crashing please help (using dma_mmap_coherent)
361 views
Asked by Mathieeo
Questions about a small memory allocation program (41 lines)
123 views
Asked by Renzo M-Svartz
How to access allocation metadata
226 views
Asked by Blue
Too much heap memory usage when reallocing
229 views
Asked by tomashauser