Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

At what exact moment is a local variable allocated storage?

c++ memory-management

C++ allocating space for objects using inheritance

Why is there no realloc equivalent to the new/delete family?

how to determine if a Linux kernel module is leaking memory

Memory use of Apply vs Map. Virtual memory use and lock-ups

When constructing a Swift UnsafeMutablePointer manually, is destroy/dealloc obligatory after alloc?

swift memory-management

Call to _freea really necessary?

In Objective-C, how does +alloc know how much memory to allocate?

Reducing the memory footprint of a C# application

c# memory-management

What happens to class members when malloc is used instead of new?

Can I create a new struct on the heap without defining a constructor?

Does the result of CGImageGetColorSpace(image) have to be released?

Which is the proper way of using @synchronized?

Must I delete a static array in C++?

Swift: CGPathRelease and ARC

Is it better to autorelease or release right after?

Why does ARC work for iOS 4.0+ only?

Does deleting a pointer delete the memory it's pointing too?

C++ delete array even if error occurs [duplicate]

Unit testing for failed malloc()