Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

does glMapBuffer copy data?

opengl memory-management 3d

Concatenating a stack string with a heap string gives odd results

Memory Leak Using JSON-C

Does a C++ template use memory if it is never referenced?

Why doesn't the OS have a garbage collector?

When object variable is reassigned in C++, what happens to the original object?

When do you overload operator new? [duplicate]

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?