Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

How to know whether a pointer is in physical memory or it will trigger a Page Fault?

c++ c memory memory-management

Doctrine query memory usage

accessing physical memory from linux kernel

Contiguous memory storing misunderstanding in.net?

deleting a buffer through a different type of pointer?

libuv allocated memory buffers re-use techniques

Does a memory leak at unload of a DLL cause a leak in the host process?

Where is the retain count stored for NSObjects in Objective C

Android - Grow Heap (Frag Case) - Byte Allocation.. Not Loading any bitmaps

Why can I still access a member of a struct after the pointer to it is freed?

What is the address space in Go(lang)?

How do I allocate memory for an array in the go programming language?

memory-management go

When should I provide a destructor for my class?

How are objects stored in memory in C++?

Is delete necessary in a destructor?

c++ memory-management

What happens when I call "delete" on an uninitialized pointer in C++?

Retain Cycles: Why is that such a bad thing?

What does deleting a pointer mean?

Dealloc method in iOS and setting objects to nil

-fno-objc-arc not working to disable ARC