Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

What are memory mapped page and anonymous page?

How to measure memory usage from inside a C++ program?

c++ memory-management

Difference between `yarn.scheduler.maximum-allocation-mb` and `yarn.nodemanager.resource.memory-mb`?

Why do we even need the "delete[]" operator?

Run application via gradlew with -Xmx and -Xms

Is there any API for determining the physical address from virtual address in Linux?

How to track memory allocations in C++ (especially new/delete)

Is it safe to realloc memory allocated with new?

Under what circumstances can malloc return NULL?

c memory-management malloc

C: pointer to array of pointers to structures (allocation/deallocation issues)

What happens to malloc'ed memory after exec() changes the program image?

c++ c memory-management exec

Trying to locate a leak! What does anon mean for pmap?

Is calloc(4, 6) the same as calloc(6, 4)?

c memory-management

Why does MISRA C state that a copy of pointers can cause a memory exception?

Difference between logical addresses, and physical addresses?

Eat memory using Python

Circular References Cause Memory Leak?

What are some Java memory management best practices? [closed]

java memory-management

Prevent Fragment recovery in Android

How do I free memory in C?

c memory-management malloc