Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Cost of a page fault trap

Java Wrapper & Primitive Memory Allocation

java memory-management

G++ Multi-platform memory leak detection tool

Is java PermGen space part of the total VM memory? [duplicate]

What is reasonable indicative size when it is better to go from stack to heap? [closed]

c++ c memory-management

PHP variables reference and memory usage

how much does the default destructor do

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