Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Custom memory allocator/manager in C ? which approach?

c memory memory-management

Memory leak in Angular's $compile?

Linux: Large int array: mmap vs seek file?

Memory leak when using strings < 128KB in Python?

EditText causing memory leak

Are there ideal array sizes in JavaScript?

finding out memory allocation hotspots in java

Does using small datatypes (for example short instead of int) reduce memory usage?

Java memory allocation alignment

new [], delete [] complexity

When developing in AppKit, why does IB create a property that is assign, rather than retain?

How does the memory management of closures in Scala work?

Can Haskell or OCAML handle sensitive data without leaking via garbage collection?

When is an autoreleased object actually released?

Is freeing handled differently for small/large numpy arrays?

java does not properly reserve huge initial heap size

When is it more appropriate to use valloc() as opposed to malloc()?

c memory-management malloc

Is it possible to use requirejs when modules may have to be removed to conserve memory

How much memory does null pointer use?

Singleton with an object which throws in the ctor - accessing again?