Skip to content
#

memorymanagement

Here are 12 public repositories matching this topic...

🖥️ Welcome to the Computer Organization and Architecture Repository! 📚✨ Immerse yourself in a meticulously curated knowledge reservoir on Computer Organization and Architecture. 🌐💡 Explore the intricacies of system structures, processor design, and architectural principles. 🚀💻 Master the art of efficient computing in this dynamic space! 👨‍💻

  • Updated Jul 15, 2025

Explore the 'Glue Way' of organizing general-purpose data structures like linked lists, queues, and trees. This repository provides a deep dive into glued libraries, showcasing their advantages over traditional libraries. Perfect for understanding how modern industry standards, including the Linux kernel, implement data structures.

  • Updated Sep 2, 2023
  • C

Python-Basics is a beginner-friendly repository containing hands-on Python tutorials and projects. It covers essential Python concepts, data structures, OOP, file handling, web development (Flask & Streamlit), and advanced topics like multithreading and memory management perfect for learners aiming to build a strong foundation in Python programming

  • Updated Sep 12, 2025
  • Jupyter Notebook

The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.

  • Updated Jun 16, 2025
  • C

MLDA is a web-based Memory Leak Detector & Code Analyzer designed for C/C++ code. It offers real-time analysis, visual statistics, and actionable recommendations for memory management issues, aiding developers in improving code quality and preventing memory leaks. Initially developed by a B.Tech team for an OS principles course.

  • Updated Nov 8, 2025
  • JavaScript

The C++ Modules (00–09) at 42 are designed to progressively build strong foundations in modern C++ (usually C++98 standard in the project rules). The focus is object-oriented design, memory management, and STL. Below is a structured breakdown.

  • Updated Feb 25, 2026
  • C++

Add this topic to your repo

To associate your repository with the memorymanagement topic, visit your repo's landing page and select "manage topics."

Learn more