Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

How to zero out new memory after realloc

c null memory-management

Is there memory area called 'stack' in C++ to store automatic variables

c++ memory-management

How does Apple's Objective-C runtime do multithreaded reference counting without degraded performance?

php zip archive memory, ram and max file size

malloc in an embedded system without an operating system

What is difference between self.timer = nil vs [self.timer invalidate] in iOS?

When is stack space allocated for local variables?

c stack memory-management

Why don't memory allocators actively return freed memory to the OS?

NSThread with _NSAutoreleaseNoPool error

Why should a self-implemented getter retain and autorelease the returned object?

placement new + array +alignment

How to check deallocation of memory

c++ memory-management

How do I measure the memory usage of an object in python?

python memory-management

Sort 1TB file on machine with 1GB RAM

QList and delete

qt memory-management qlist

Shall I free/destroy exceptions after exception handling?

Disk Based Dynamic Memory Allocation

c++ memory-management

Is extending a base class with non-virtual destructor dangerous?

Intellij diagnosing crash problem

How can I get the total physical memory in C#?

c# memory-management