Search code examples
What does Rust have instead of a garbage collector?...


memoryrustmemory-managementgarbage-collection

Read More
How do you keep track of all strings allocated in Forth and free them on time?...


memory-managementheap-memoryforthgforth

Read More
C++: Do static primitives become invalid at program exit?...


c++memory-managementstatic

Read More
How do I check if PyTorch is using the GPU?...


pythonmemory-managementgpunvidiapytorch

Read More
How is a string of length > 1 able to fit inside a malloc(1) in C?...


cstringpointersmemory-managementmalloc

Read More
Concatenating two memory buffers without memcpy...


cmemory-managementlinux-kernelconcatenation

Read More
Are global arrays allocated on the stack...


cmemory-managementglobal-variablesstack-memory

Read More
Can't link mremap in C header...


cmemory-managementmakefilelinkerlibc

Read More
How to deal with bad_alloc in C++?...


c++memory-managementbad-alloc

Read More
itertools.product causes an OOM crash on infinite generator...


pythonmemory-managementgeneratorpython-itertools

Read More
How to prevent frequent `Tag$CStruct1` GC allocations during region (`Zone`) allocation in Scala Nat...


memory-managementgarbage-collectionscala-native

Read More
Allocating and freeing memory in a loop in C...


cmemory-managementmemory-leaks

Read More
Aliasing kernel pages into multiple kernel virtual addresses...


memory-managementlinux-kernelkernel-modulepage-tables

Read More
placement new and storage reuse...


c++memory-managementlanguage-lawyerlifetimeplacement-new

Read More
Make many smaller files from one large file, in Java...


javamemory-managementfile

Read More
Why does malloc rely on mmap starting from a certain threshold?...


linuxperformancememory-managementmalloc

Read More
Getting a segfault on my own version of getline...


cmemory-managementsegmentation-faultgetlinerealloc

Read More
FreeAndNil on COM objects and static arrays of TObject...


arraysdelphimemory-managementfreecomobject

Read More
What is a referent in Java?...


javamemory-managementphantom-reference

Read More
how to return shared_ptr to current object from inside the "this" object itself...


c++memory-managementshared-ptr

Read More
Detect dynamically allocated object?...


c++memory-management

Read More
Memory usage of a process increases while taking a dump, using procdump. Is this even possible?...


debuggingmemory-managementdumpprocdump

Read More
C++ custom allocator as pool of objects...


c++memory-managementallocationallocator

Read More
Under what circumstances can malloc return NULL?...


cmemory-managementmalloc

Read More
Best scenario to avoid memory leaks on iOS...


iphoneipadmemory-managementmemory-leaks

Read More
getting aligned pointer inside storage to place object...


c++memory-managementalignment

Read More
What is the Spring Boot default memory settings?...


memory-managementspring-boot

Read More
std::string with custom allocator in protobuf message...


c++memory-managementprotocol-buffers

Read More
How can I implement the Rule of Three for Vulkan Objects?...


c++memorymemory-managementvulkanrule-of-three

Read More
How can I determine if the memory at a certain address was allocated by / is managed by CUDA?...


c++pointersmemory-managementreflectioncuda

Read More
BackNext