Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

How do you know how much space to allocate with malloc()?

Why delete can perform on pointers to const while free cannot?

c++ memory-management

Does the JVM force garbage collection when it reaches its -Xmx limit?

Unable to use custom allocator with allocate_shared/make_shared

Can "pragma pack 1" be helpful to avoid heap fragmentation?

calloc -- Usefulness of zeroing out memory

Is it possible to delete an object in c++ without calling the destructor?

memory layout hack

Can I pass std::string to a DLL?

c++ c dll memory-management

Why can't a smart pointer call new() for me in its constructor?

Is there something like malloc/free in java?

java memory-management

Default size of std::vector / Programming books myth?

Memory allocation for global and local variables

c memory-management

Interpreted languages with manual memory management?

Reallocating memory via "new" in C++

C++ allocates abnormally large amout memory for variables

does removefromsuperview releases the objects of scrollview?

What is the need of assigning 'nil' after releasing an object

Using Instruments to Work Through Low Memory Warnings

Why is there a special new and delete for arrays?