Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

C++ Delete array of c-strings/other type of array

heap memory and OS at the exit of a process written in C++

Can I free() by referencing an offset pointer? [duplicate]

In Java, empty HashMap space allocation

C++ Variable Memory Allocation

Block automatic retaining, does it affect even to ivars in self?

Best way to find memory leaks in a C program

Tcl variable size limit

C - dynamic memory allocation using double pointer

Is garbage created in this foreach loop?

Struct varies in memory size?

c memory 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?