Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

why is stack memory size so limited?

c++ memory-management

When should I release objects in -(void)viewDidUnload rather than in -dealloc?

delete vs delete[] [duplicate]

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?