Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Inner static class in Java

Programmatically counting cache faults

c++ linux memory-management

why is array size limited when declared at compile time?

Why doesn't the compiler know the addresses of local variables at compile-time?

Reading huge files using Memory Mapped Files

windows memory-management

Using realloc (X, 0) instead of free() and using malloc with length of a string +1

Make UIView constantly fade in and out - completion:^{ possible infinite loop? [duplicate]

Managing objective-C objects with c++ std::unique_ptr<> or std::shared_ptr<>

Overwriting data in memory

Can alloca() memory be reallocated?

String capitalize - better way

How much memory is allocated for one Integer object in Java? How to find out this value for any custom object? [duplicate]

Why does iOS terminate my app even when I free lots of memory in response to memory warnings?

memory usage by objects in common lisp

how to implement overlap-checking memcpy in C

java.lang.OutOfMemoryError: PermGen space in play framework

How to fill memory as fast as possible in c#

c# memory-management

Efficient heap-manager for heavy churn, tiny allocs?

c# memory allocation and deallocation patterns

Problem with free() on structs in C. It doesn't reduce memory usage