Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

iPhone - Most memory effecient way to initialize an image?

iphone memory-management

is it necessary to nil an assigned variable?

Find mapping between Windows heap and modules

What is the scope of (nested) autorelease pools?

Xcode Instruments: peak RAM of iPhone apps running in Simulator?

Using RAII with a character pointer

How to delete a binary search tree from memory?

Why do segments begin on paragraph boundaries?

Memory allocation in case of static variables

How is dynamic memory allocation handled when extreme reliability is required?

How much space does string.Empty take in CLR

Is the C++ `free` function thread-safe?

Retain/copy of autoreleased objects

Allocate a string array from inside a function in C

A few memory management questions involving class destructors and delete operator?

NSString length and retainCount. Clarification needed

Delphi String Sharing Question

Detect dynamically allocated object?

c++ memory-management

Does the delete[] operator work with dynamically allocated memory returned through a pointer?

c++ memory-management

Freeing the allocated memory of a zero-length array in C