Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Can I use setTimeout to create a cheap infinite loop?

Malloc on a struct containing a std::vector

Using a block as TargetAction in Objective-C

How to lazy allocate zeroed memory?

c linux memory-management

Why does it make sense to duplicate pointers in order to solve block-based retain-cycles under ARC?

Element Lifetime of STL Containers

c++ memory-management stl

Initialising an array of structs in Objective-C

Recycling bitmaps

How to get better at optimization?

Unable to create PermGen error

How to deal with pointers to dynamic memory being returned in C/C++

c++ c memory-management return

How to allocate memory in a specific place in memory (C programming)?

Abort instead of segfault with clear memory violation

c memory-management

memory allocation of temporary strings

c++ memory-management

python read() and write() in large blocks / memory management

What algorithm does Matlab use to dynamically resize vectors and matrices?

How can I test Memory leaks of my application in mobile device especially in iOS and Android? [closed]

Is this bad practice? Redirect pointer pointing to blank string to another string?

c memory memory-management

Are pointers in D under the jurisdiction of the garbage collector?

How to free memory in C# that is allocated in C++