Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Core Foundation objects and retain/release messages

Where are the best explanations of memory management for iPhone? [closed]

iphone memory-management

Leaking this in constructor

What is the difference between objects VMA (Virtual Memory Area:) and PTE (Page Table Entry)?

Release an object without a pointer?

img_data_lock iphone - imageNamed vs imageWithContentsofFile

iphone memory-management

iPhone "count" frustrations?

How important is managing memory in Objective-C?

Malloc: double free error on M3 Macbook pro

How does the computer(C compiler, or something else) handle "automatic array declaration"? | C language

In-place vs Return New design patterns in C

Can objects make each other 'undeletable' by referencing each other?

Concatenating two memory buffers without memcpy

Tomcat memory usage (PermGen)

What is the best way to dealloc memory in Objective C?

How to align HeapAlloc [duplicate]

c memory-management

Real/Resident memory larger than allocations reported by XCode Instruments

Weird memory leaking on Galaxy Nexus. Are there known issues?

realloc() issues: deallocation of old block,new size bigger than old size,and passing static array base address

Why should I prefer the unsafe_unretained qualifier over assign for weak referencing properties? [duplicate]