|
You are here |
educatedguesswork.org | ||
| | | | |
manybutfinite.com
|
|
| | | | | Memory management is the heart of operating systems; it is crucial for both programming and system administration. In the next few posts I'll cover memory with an eye towards practical aspects, but wi | |
| | | | |
erikmcclure.com
|
|
| | | | | [ 1 · 2 · 3 · 4 · 5 · 6 · 7 ] We still have a lot of ground to cover on pointers, but before we do, we need to address certain conceptual frameworks missing from C# that one must be intimately familiar with when moving to C++. Specifically, in C# you mostly work with the Heap. The heap is not difficult to understand - its a giant lump of memory that you take chunks out of to allocate space for your classes. | |
| | | | |
samwho.dev
|
|
| | | | | A visual introduction to memory allocation. | |
| | | | |
nativeguru.wordpress.com
|
|
| | | In this tutorial I'll explain how to set a local gerrit server that hosts Android source code. After completing the tutorial you'll have a fully runnable local AOSP mirror with local Gerritserver. First thing first. we need a Linux server. if you don't have one available, you can use a pre-installed Ubuntu 15.04 Server I... | ||