Search code examples
Can a local variable's memory be accessed outside its scope?...


c++memory-managementlocal-variablesdangling-pointer

Read More
Mallocing int* inside of int** gives unexpected integer values in the first and sometimes second all...


cmemory-managementmalloc

Read More
How does pre-allocating a pool of SocketAsyncEventArgs objects upfront improve the performance of a ...


c#.netsocketsmemory-managementtcp

Read More
Finding total RAM consumption of process, including swap...


linuxmemory-managementcommand-linesystem-calls

Read More
How do special libraries in C cause memory allocation to fail or interact improperly?...


cdebuggingmemory-managementgslraylib

Read More
How to handle huge file in dotnet core?...


c#memory-managementazure-blob-storagememorystreamc#-ziparchive

Read More
Valid Bit and Dirty Bit in page tables...


memory-managementoperating-systempage-tables

Read More
How do I improve the performance of this C# code - looping through a DataTable and building a Dictio...


c#performancedictionaryoptimizationmemory-management

Read More
What is the difference between a weak reference and an unowned reference?...


swiftmemory-managementautomatic-ref-countingweak-referencesdangling-pointer

Read More
OpenCV: Using setDefaultAllocator() with custom allocator calls allocate() but not deallocate() - wh...


c++opencvmemory-management

Read More
Numpy memmap still using RAM instead of disk while doing vector operation...


pythonnumpymemorymemory-managementnumpy-memmap

Read More
How to get string from ReadOnlyMemory<char> without allocation?...


c#memory-managementallocation

Read More
Memory leak when using strings < 128KB in Python?...


pythonmemory-managementmemory-leaksgarbage-collection

Read More
How to concatenate multiple pandas.DataFrames without running into MemoryError...


pythonpandasmemorymemory-management

Read More
How do I cast the elements referred by a slice without heap allocation?...


rustmemory-managementdynamic-memory-allocationallocation

Read More
Total memory used by Python process?...


pythonmemory-management

Read More
Local database load images, but the memory grows infinitely and memory overflow - SwiftUI...


swiftdatabasecachingswiftuimemory-management

Read More
Any good solution for store variable?...


c#asp.net-corememory-management

Read More
Python data to dict memory concerns: how to efficiently load data into a dict?...


pythondictionarymemorymemory-management

Read More
How to check heap usage of a running JVM from the command line?...


javamemory-managementgarbage-collectionjettyjvisualvm

Read More
Drawbacks of using /LARGEADDRESSAWARE for 32-bit Windows executables?...


windowsmemorymemory-managementvirtual-address-spacelarge-address-aware

Read More
Malloc vs New for Primitives...


c++arraysmemory-managementmallocnew-operator

Read More
Why does Javascript `iterator.next()` return an object?...


javascriptperformancememory-managementecmascript-6iterable

Read More
Is Python memory-safe?...


pythonpython-3.xmemory-managementmemory-safety

Read More
How does Delphi manage memory allocated for Objects created as parameters?...


delphimemory-management

Read More
Which Python memory profiler is recommended?...


pythonperformancememory-managementprofiling

Read More
Repetitive allocation of same-size byte arrays, replace with pools?...


javaarraysmemory-management

Read More
Passing an array of structs where one of the fields is another array, to a function...


arrayscmemorymemory-managementmalloc

Read More
C: pointer to array of pointers to structures (allocation/deallocation issues)...


cpointersmemorymemory-management

Read More
C# memory address and variable...


c#.netmemory-management

Read More
BackNext