/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dmitryfrank.com
| | blog.orhun.dev
2.8 parsecs away

Travel
| | FOSS Linux Programming
| | austinmorlan.com
3.0 parsecs away

Travel
| | While programming you often need some memory to do something but you dont know at compile-time how much you need. Instead you have to use malloc from C or new from C++ (or more commonly std::vector) to request a certain amount of memory to be allocated for you on the heap. Thats just how it works. You might not question this sort of pattern while doing normal programming but once you start getting into game development youll quickly learn these sorts of dynamic memory allocations that occur at runtime ca...
| | sergioprado.blog
3.1 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | blog.fuzzing-project.org
9.9 parsecs away

Travel
|