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 use integers smaller than 32bit?
Jan 30, 2020
c#
memory
compiler-construction
memory-management
Pointers to string in functions
Apr 05, 2019
c
string
memory-management
Why does C++ still have a delete[] AND a delete operator? [closed]
Apr 17, 2018
c++
arrays
memory-management
syntax
Is new[] faster than Win32's VirtualAlloc?
Aug 26, 2022
c++
winapi
memory-management
Why is std::string/std::map not encouraged to be created on the heap?
Oct 06, 2022
c++
memory-management
stl
Why shouldn't we have dynamic allocated memory with different size in embedded system
Nov 03, 2022
memory-management
embedded
dynamic-memory-allocation
static-memory-allocation
When is it not a good idea to pass by reference?
Oct 24, 2022
c++
memory-management
Usefulness of ArrayList<E>.clear()?
Oct 25, 2022
java
memory-management
arraylist
How could this C fragment be written more safely?
Mar 21, 2022
c
memory-management
cstring
null-terminated
strdup
C memory space and #defines
Aug 18, 2022
c
embedded
memory-management
Why does .NET use so much CPU, is this a problem?
Sep 22, 2022
.net
performance
memory-management
cpu-usage
Why array values in java is stored in heap?
Sep 25, 2022
java
arrays
memory-management
When to use "delete"?
Nov 07, 2022
c++
memory-management
why would I forbid allocation in the heap?
Nov 03, 2022
c++
class
memory-management
heap-memory
stack-memory
When to release the UIImage?
Jun 23, 2019
iphone
ios
memory-management
cgimage
autorelease
Is this the correct way to return an array of structs from a function?
Jul 03, 2022
c
memory-management
struct
malloc
Why is sizeof(bool) == sizeof(byte) in C#? [duplicate]
Jun 01, 2022
c#
memory-management
boolean
byte
sizeof
Any way to make this relatively simple (nested for memory copy) C++ code more efficient?
Sep 11, 2022
c++
optimization
image-processing
memory-management
Linq Should I Return List<T> Or IEnumerable<T> When I Still May Do More Later
Jul 11, 2022
c#
linq
memory-management
Clean vector every loop iteration. What is the most memory efficient way?
Aug 19, 2022
c++
vector
loops
memory-management
memory-optimization
« Newer Entries
Older Entries »