Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in memory-management
Why am I seeing different behavior between arrays allocated on the heap and the stack?
Dec 06, 2022
c++
arrays
memory-management
C++: Do static primitives become invalid at program exit?
Dec 06, 2022
c++
memory-management
static
Region based memory management
Dec 06, 2022
memory-management
language-design
How do you manage releasing an object created in an instance method on iPhone without autorelease?
Dec 05, 2022
iphone
objective-c
cocoa-touch
memory-management
Memory management - C# VS Objective C?
Dec 05, 2022
c#
objective-c
memory-management
Stack and heap in c sharp [duplicate]
Dec 05, 2022
c#
memory
memory-management
heap-memory
stack-memory
java.util.concurrent code review
Dec 05, 2022
java
concurrency
memory-management
Why does my object still work after countless releases?
Dec 05, 2022
objective-c
cocoa
memory-management
C#: What data types require NEW to allocate memory?
Dec 05, 2022
c#
variables
memory-management
new-operator
How does C++ handle cleanup of pointers passed as arguments?
Dec 05, 2022
c++
pointers
memory-management
arguments
How does a stack-allocated vector expand in c++?
Dec 05, 2022
c++
memory
memory-management
callstack
placement new equivalent in C
Dec 04, 2022
c
memory-management
What C++ STL class should I use to reduce fragmentation caused by lots of small allocations?
Dec 04, 2022
c++
c++11
memory-management
stl
containers
Allocating and freeing memory in a loop in C
Dec 05, 2022
c
memory-management
memory-leaks
Is std::unique_ptr the wrong tool to allocate memory for an array?
Dec 05, 2022
c++
c++11
memory-management
smart-pointers
unique-ptr
How much memory was actually allocated from heap for an object?
Dec 04, 2022
c++
visual-c++
memory
memory-management
Safely moving a C++ object
Dec 05, 2022
c++
memory-management
pointers
Incorrect decrement of the reference count of an object that is not owned at this point by the caller
Dec 04, 2022
objective-c
cocoa
memory-management
Objective C: Releasing int/float properties
Dec 04, 2022
objective-c
memory-management
properties
floating-point
int
How to free c++ memory vector<int> * arr?
Dec 04, 2022
c++
vector
memory-management
std
« Newer Entries
Older Entries »