Domäne
Programming Fundamentals
Skill-Profil
Dieser Skill definiert Erwartungen über Rollen und Level.
Rollen
1
wo dieser Skill vorkommt
Stufen
5
strukturierter Entwicklungspfad
Pflichtanforderungen
0
die anderen 5 optional
Programming Fundamentals
Memory Management
22.2.2026
Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.
Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Systems Programmer (C/C++) | Understands the fundamentals of Systems Memory Management. Applies basic practices in daily work. Follows recommendations from the team and documentation. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Systems Programmer (C/C++) | Confidently works with memory management: page allocator, slab allocator, memory mapping. Configures huge pages, understands OOM killer, debugs memory leaks via kmemleak. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Systems Programmer (C/C++) | Designs memory management subsystems: custom allocator for real-time (O(1) allocation), NUMA-aware memory policy, memory compaction. Optimizes TLB pressure via huge pages. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Systems Programmer (C/C++) | Defines memory management strategy for the systems platform. Establishes memory budgets per subsystem, conducts memory safety reviews, introduces memory profiling infrastructure. |
| Rolle | Pflicht | Beschreibung |
|---|---|---|
| Systems Programmer (C/C++) | Shapes enterprise memory management strategy. Defines organizational-level approaches to memory safety (MTE, shadow memory), manages memory architecture for products. |