There are 1 repository under dynamic-memory-allocation topic.
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
programmini bruttini
Such OS; Very Duck!
A C++ STL implementation in C.
A repository for embedded systems learning portals
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.
Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C
Home made vector class in C++.
Arduino wrapper around Andrey Rys static memory allocator library smalloc
Home made string class in C++.
A header file in C for allocating contiguous multi-dimensional arrays
Watchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.
Embedded and simple version of the "malloc/free" functions
This console application empowers users to find the GCF of any two integers while also discovering their common factors. It serves as an educational tool for understanding GCF calculations and factors.
mRTOS port for Texas Instruments C28x core
mRTOS port for ARM Cortex M0/M0+
This repository contains programs in the C programming language related to Data Structures.
This repository contains C code for designing a simple Bank ATM system.
A team project for Level 1 in Embedded Systems Circle at CATReloaded Team
A short algorithm written in C++ that identifies the kth smallest element in a Binary Search Tree (BST) through inorder traversal and vector manipulation.
A C++ program that adds two non-negative integers represented by reverse-ordered linked lists and returns the sum as a new linked list, simulating digit-by-digit addition in reverse order.
This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.
Trabalho proposto na disciplina de programação II, curso de sistemas de informação
This project aims utilize a sparse matrix as form of matrix or image value compression by basically implementing a special kind of data structure where it omits one continuously recurring value ultimately saving space only for "important" variables.
Weekly Programming tasks, Programming Quiz tasks, and Programming Exam tasks.
This Github repository is a collection of C coding examples and projects with brief explanation comments. It is designed to help C programmers of all levels learn and practice their skills on a variety of topics.
A Structured Discipline Of Programming
Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling. These techniques include fragmentation and (experimental) stenography and fuck if i know.
Repository of advanced C language exercises, tests, and cheatsheets, created specifically for the programming subject I'm currently studying at university.
mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(log n) . The allocator supports memory pagination, chunk merging, and plans for advanced features like garbage collection and arenas.
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
🎓 A C++ application for managing student records with features to add, update, search, and delete student information. 🗂️ Save and load records from files, sort by name, and filter by branch. 📂 Ideal for learning basic file handling and class management in C++. 🚀