Search code examples
Allocate memory in a C++ dll, free in C#...


c#c++memory-management

Read More
How does jemalloc work? What are the benefits?...


firefoxmemory-managementdynamic-memory-allocationallocatorjemalloc

Read More
How to avoid wasting memory on 64-bit pointers...


c++pointersmemory-managementcross-platform32bit-64bit

Read More
Deallocate memory previously allocated to a variable (using create)...


memory-managementforthgforth

Read More
Why do JavaScript Websocket objects not get destroyed when they go out of scope?...


javascriptmemory-managementgarbage-collectionjavascript-objects

Read More
Troubleshooting ERROR_NOT_ENOUGH_MEMORY...


debuggingmemory-managementout-of-memory

Read More
Allocation Squashing by returning ReadOnlySpan over member variables via MemoryMarshal...


c#memory-managementmemory-movement

Read More
Clearing memory in WebApp, after completion...


delphimemory-managementweb-applicationstms-web-core

Read More
How to fix realloc expected declaration specifiers or ‘...’ before ‘sizeof’ error?...


cmemory-managementrealloc

Read More
Calculate specific app's memory usage on C#...


c#.netmemory-managementprocessworking-set

Read More
Java web Application memory usage on WebLogic Server...


javamemory-managementweblogic

Read More
How to generalize a linked list node to store arbitrary data in C?...


cmemory-managementlinked-list

Read More
Can the compiler elide a const local copy of const& vector parameter?...


c++exceptionmemory-managementimmutabilitycompiler-optimization

Read More
Alternative for deprecated finalize method in java for JNI...


javac++performancememory-managementjava-native-interface

Read More
NSWindow memory options...


macosmemory-managementappkitnswindow

Read More
Can I use std::stack as object pool container?...


c++stlmemory-managementcontainers

Read More
Why is ::operator new[] necessary when ::operator new is enough?...


c++memory-managementoverloadingstandardsnew-operator

Read More
Is there any difference between cudaMallocHost() and cudaHostAlloc() without special flags?...


c++memory-managementcuda

Read More
Windows 10 x64: Unable to get PXE on Windbg...


windowsdebuggingwinapimemory-managementwindbg

Read More
How to programmatically calculate all cache size of installed application?...


androidcachingmemory-management

Read More
How can I get CPU usage and/or RAM usage of a *THREAD* in C# (managed code)?...


c#performancemultithreadingmemory-managementcpu-usage

Read More
How is unmanaged memory allocated in system when instances are created?...


c#.netmemory-managementunmanaged-memory

Read More
C++ polymorphism without pointers...


c++memory-managementpolymorphismdynamic-memory-allocation

Read More
When are objects garbage collected in python?...


pythonmemory-managementgarbage-collection

Read More
Need an array-like structure in PHP with minimal memory usage...


phparraysmemory-managementout-of-memory

Read More
Quickly growing allocated memory by multiple of page size...


clinuxmemory-management

Read More
How do I avoid memory being swapped in Rust?...


rustmemory-managementswapfile

Read More
How is BareMetalOS allocating memory in Assembly without malloc, brk, or mmap?...


cassemblymemory-managementoperating-systemx86-64

Read More
Swift with no ARC...


memory-managementswiftautomatic-ref-counting

Read More
What is the relationship between JMM (Java Memory Model) and JVM (Java Virtual Machine)?...


javamemory-managementconcurrencyjvmjava-memory-model

Read More
BackNext