Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Memory Leak when retaining property

Tricks to avoid duplication of memory allocation when returning data.table or data.frame in R?

Python - Releasing/replacing a string variable, how does it get handled?

Do Android devices use different amounts of heap and footprint for the same app

Java Memory Usage upon variable declaration?

Running an intensive batch process in PHP, and avoiding memory exhaustion

Scaling and loading bitmap causes OOM (OutOfMemoryError) (Android)

Decreasing memory usage for array and SplFixedArray

How to upload large video in iOS?

JVM Memory Tuning Advice

Get available memory (address space) before EOutOfMemory in a Delphi application

When do memory addresses get assigned?

How to partition and use heap memory allocated en masse with Rust?

malloc vs mmap performance

How to write a simple "page fault generator"?

How to check alignment of returned data in the malloc() implementation?

c++ c memory-management

Class - User Defined Smart Array with dynamic size

How can I evaluate a hash table implementation? (Using HashMap as reference)

Why does std::list want to call my allocator with no arguments?

c++ memory-management std

concurrent garbage collection for a c++ graph data structure