Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

When does autorelease actually cause a release in Cocoa Touch?

What is the difference between releasing and autoreleasing?

C vs. C++ for performance in memory allocation

Why exactly should I not call free() on variables not allocated by malloc()?

To write robust C program, how do you avoid too many different free () combinations?

c memory-management

Swift's deinit is not called

Difference between virtual page and page frame?

How does C free() work? [duplicate]

c memory-management free

C++ delete a pointer (free memory)

How to guard against memory leaks?

What is the cost of using autorelease in Cocoa?

Manipulate a string that is 30 million characters long

php memory-management

Why does a message send cause a retain cycle warning in ARC, but a property set does not?

When are DOMs removed from memory?

How to use STL-compliant allocators for heterogeneous memory allocations

WebSocket frequent onmessage zero-copy

Getting memsize of shared Array space

ruby memory-management

Is setting xmx == xms is still good practice in java 11?