Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Concept check: Java's heap-only memory allocation model doesn't mean it has no function call stack, right?

java memory-management

How comes free() doesn't need a length parameter? [duplicate]

c memory-management

NSArray acts weirdly with objects going out of scope

By printing "garbage values" in uninitialized data segment (bss) can we map out all values from previous program

Creating memory efficient thumbnails using an NSImageView (cocoa/OSX)

Is memory fragmentation possible when malloc and free functions are called in order?

What happens when the kernel memory required exceeds 1 GB

how to enable comparison between Vec<_> and Vec<_,CustomAllocator>?

rust memory-management

How can I tell how much memory a specific ColdFusion variable, or each property of a ColdFusion scope is being used?

Hex dump from memory location

What are the ways to delete objects in C++?

Huge memory usage despite ARC

compression, defragmentation, reclaiming space, shrinkdatabase vs. shrinkfile

Difference between [[NSMutableDictionary alloc] initWithObjects:...] and [NSMutableDictionary dictionaryWithObjects:...]?

Reading binary files without buffering the whole file into memory in C++

While "fork"ing a process, why does Linux kernel copy the content of kernel page table for every newly created process?

Manage thread count with respect to available memory in Java

"Invalid argument" error for sysctl vm.drop_caches key in Ubuntu 11.10 (kernel 3.0.0-12)

Virtual area to pages

Determine if memory after fork is copy-on-write

c unix memory-management fork