Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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

Returning vector of pointers - understanding

Finding memory usage of a single class in c++

Is it safe to use interfaces from dll

Releasing Memory taken by variables

How to distinguish classes that allocate using a memory-pool

How to analyze excessive memory consumption (PageFileUsage) in a Delphi Application?

Investigating Memory Leak

C malloc, memory usage only when populating

c memory-management malloc

Need to release IBOutlet object?