Search code examples
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
Java - Free memory of FloatBuffers...


javamemory-management

Read More
Are there any practical differences between constructing a string via strdup() and malloc()?...


cstringmemory-management

Read More
Compelling examples of custom C++ allocators?...


c++memory-managementstdmemory-alignmentallocator

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


javamemory-managementphantom-reference

Read More
Is `String::with_capacity()` equal to `malloc`?...


memory-managementrust

Read More
Is there a way to delete created variables, functions, etc from the memory of the interpreter?...


pythonmemory-managementdir

Read More
Is it possible to use ConditionalWeakTable with a Tuple key (or a key comprised of multiple referenc...


c#.netmemory-managementweak-references

Read More
How to update database if not already set... and does it save memory?...


mysqlmemory-management

Read More
What factors help to decide between memory allocators in the Linux kernel?...


memory-managementlinux-kernel

Read More
32-bit systems logical address...


memory-managementx86operating-systempagingpage-tables

Read More
temporary files vs malloc (in C)...


cmemory-management

Read More
In a byte addressed space with 32-bit addressing, it takes up 32-bits of memory to reference 8 bits?...


memory-managementoperating-system

Read More
What is the difference between Java Non Heap Memory and Stack Memory? Are they Same if not what is t...


javamemory-managementjvmheap-memoryjconsole

Read More
malloc for struct and pointer in C...


cmemory-management

Read More
C++ How to allocate memory dynamically on stack?...


c++memorymemory-management

Read More
Alternatives to keeping large lists in memory (python)...


pythonfilelistmemory-management32bit-64bit

Read More
How can I find the cause of a malloc "double free" error?...


iphoneobjective-cmemory-managementmallocautorelease

Read More
Using realloc to shrink the allocated memory...


cmemory-managementrealloc

Read More
Can you construct a NULL-terminated GPtrArray that doesn't have an element_free_func?...


cmemory-managementglibstatic-memory-allocation

Read More
Is calloc(4, 6) the same as calloc(6, 4)?...


cmemory-management

Read More
Identifying a failed null check...


cmemory-management

Read More
Base class pointer offset & moving objects...


c++pointersmemory-managementbehavior

Read More
kubernetes pod memory - java gc logs...


javakubernetesmemory-managementgarbage-collectionkubernetes-metrics

Read More
Paging in x86: what exactly is divided into pages, and why does the linear address behave differentl...


memory-managementx86paging

Read More
What does this GCC error "... relocation truncated to fit..." mean?...


ceclipsememory-managementgccembedded

Read More
BackNext