Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Where is R0 and R1 registers in the memory map?

Reallocating an array (C99)

c memory-management c99

Displaying the value of a reference to an object

Freeing memory on the heap. Should I and how?

QObject destructors not being called

What happens if my app is out of memory?

c++ memory-management

Does a collection send a -release message to all objects it holds, if I send it an -release?

Is it right to say that methods whoose names contain new, alloc, create or copy do not autorelease the objects they create?

Dynamic variable that frees when low on memory?

iphone app NSNumber memory leak

Does naming conventions affect the memory of an iOS app or a .ipa file?

ios swift memory-management

C program - Structure variable data packing and alignment

Best pratice to free allocated memory on SIGINT

c memory-management sigint

Is returning nil or a boolean at the end of a method more performant than letting Ruby return the result of the last line of code?

Computed property does not require storage allocation

shm_open - how to know if I have opened an existing shared memory existing