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
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
Are arrays variable-length by default on C?
Dec 04, 2022
c
arrays
memory-management
gcc
Why does creating a new array throw OutOfMemoryException?
Dec 04, 2022
c#
.net
arrays
memory-management
Why is &array != &array[0]?
Dec 04, 2022
arrays
memory-management
d
free won't delete memory allocated to the pointer (int array), using free twice works, why?
Dec 04, 2022
c
arrays
pointers
memory-management
Third party Solution for Garbage Collection in Delphi
Dec 03, 2022
delphi
memory-management
garbage-collection
Most effective way to store more booleans
Dec 04, 2022
c
performance
memory-management
Difference between 3rd gen objects and large object heap
Dec 03, 2022
c#
memory-management
garbage-collection
large-object-heap
How to properly define destructor
Dec 03, 2022
c++
memory-management
What happens when I free memory that may not exist in Delphi?
Dec 03, 2022
delphi
memory-management
garbage-collection
Does this C++ class containing a variable size array use dynamic memory allocation?
Dec 02, 2022
c++
templates
memory-management
« Newer Entries
Older Entries »