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 do you know how much space to allocate with malloc()?
Nov 14, 2022
c
memory-management
malloc
char
sizeof
Why delete can perform on pointers to const while free cannot?
Oct 18, 2022
c++
memory-management
Does the JVM force garbage collection when it reaches its -Xmx limit?
Mar 24, 2022
java
memory-management
garbage-collection
Unable to use custom allocator with allocate_shared/make_shared
Apr 15, 2021
c++
memory-management
c++11
shared-ptr
allocator
Can "pragma pack 1" be helpful to avoid heap fragmentation?
Oct 23, 2022
c++
c
memory-management
memory-fragmentation
calloc -- Usefulness of zeroing out memory
Aug 16, 2022
c
memory
memory-management
malloc
calloc
Is it possible to delete an object in c++ without calling the destructor?
Sep 06, 2022
c++
memory-management
destructor
memory layout hack
Apr 12, 2021
c
gcc
memory-management
operating-system
Can I pass std::string to a DLL?
Nov 05, 2022
c++
c
dll
memory-management
Why can't a smart pointer call new() for me in its constructor?
Sep 05, 2022
c++
memory-management
smart-pointers
Is there something like malloc/free in java?
Apr 20, 2022
java
memory-management
Default size of std::vector / Programming books myth?
Jul 14, 2019
c++
memory-management
vector
stl
containers
Memory allocation for global and local variables
Nov 03, 2022
c
memory-management
Interpreted languages with manual memory management?
Jun 26, 2019
memory
memory-management
programming-languages
interpreter
Reallocating memory via "new" in C++
Nov 07, 2022
c++
memory-management
new-operator
C++ allocates abnormally large amout memory for variables
Dec 11, 2016
c++
memory
memory-management
integer
function-pointers
does removefromsuperview releases the objects of scrollview?
Sep 07, 2019
objective-c
iphone
xcode
memory-management
uiscrollview
What is the need of assigning 'nil' after releasing an object
May 04, 2018
objective-c
iphone
memory-management
Using Instruments to Work Through Low Memory Warnings
Oct 18, 2022
ios
cocoa-touch
memory-management
instruments
Why is there a special new and delete for arrays?
Aug 28, 2019
c++
arrays
memory-management
new-operator
« Newer Entries
Older Entries »