Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Initial capacity of vector in C++

Is it necessary to use autoreleasepool in a Swift program?

memory-management swift

jQuery or javascript to find memory usage of page

When you exit a C application, is the malloc-ed memory automatically freed?

c memory-management

What's so wrong about using GC.Collect()?

Does Python have a stack/heap and how is memory managed?

iOS 5 Best Practice (Release/retain?)

UIPopovercontroller dealloc reached while popover is still visible

Difference between static memory allocation and dynamic memory allocation

When to use -retainCount?

Explanation of strong and weak storage in iOS5

Smart pointers: who owns the object? [closed]

How to get current memory usage in android?

android memory-management

Is volatile expensive?

In which situations do we need to write the __autoreleasing ownership qualifier under ARC?

static allocation in java - heap, stack and permanent generation

What are the differences between virtual memory and physical memory?

Why does the delete[] syntax exist in C++?

Memory footprint of Haskell data types

What is the meaning of the term arena in relation to memory?