dynamic-memory-allocation
There are 193 repositories under dynamic-memory-allocation topic.
ahmeducf/computer-systems-CS-APP3e
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.
zslwyuan/Hi-DMM
Hi-DMM: High-Performance Dynamic Memory Management in HLS (High-Level Synthesis)
rarissimaavis/Programmazione-1
programmini bruttini
TwoUnderscorez/DuckOS
Such OS; Very Duck!
Artifact-Works/LibC-STL
A C++ STL implementation in C.
Google-Developers-Sohag/Embedded-Engineering-Portals
A repository for embedded systems learning portals
SABERGLOW/Feedback_Management_System
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.
soumyasen1809/OpenMP_C_12_steps_to_Navier_Stokes
Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C
SABERGLOW/Vector_Class
Home made vector class in C++.
luni64/static_malloc
Arduino wrapper around Andrey Rys static memory allocator library smalloc
SABERGLOW/String_Class
Home made string class in C++.
leomccormack/md_malloc
A header file in C for allocating contiguous multi-dimensional arrays
ragibasif/watchdog
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.
agaelema/Embedded_Alloc
Embedded and simple version of the "malloc/free" functions
danieldotwav/Euclids-Algorithm-GCF-Calculator
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.
jdoe95/mrtos
Small footprint Real Time Operating System
jdoe95/mrtos-portable-c28
mRTOS port for Texas Instruments C28x core
jdoe95/mrtos-portable-cortexm0plus
mRTOS port for ARM Cortex M0/M0+
madhurimarawat/Data-structure-using-C
This repository contains programs in the C programming language related to Data Structures.
Remsko/malloc
malloc v42 biturbo, 24 soupapes de sécurité et turbo pascal 7ti
somrajchowdhury/Bank-ATM-System-in-C
This repository contains C code for designing a simple Bank ATM system.
3mrotaha/Student-Record-Using-C
A team project for Level 1 in Embedded Systems Circle at CATReloaded Team
danieldotwav/Kth-Smallest-Element-in-a-BST
A short algorithm written in C++ that identifies the kth smallest element in a Binary Search Tree (BST) through inorder traversal and vector manipulation.
danieldotwav/Linked-List-Number-Adder
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.
danieldotwav/Sorted-List-Merger
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.
FelipeDasr/trabalho-PROG-II-P04-2022-2
Trabalho proposto na disciplina de programação II, curso de sistemas de informação
Gyakobo/sparse-matrix
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.
Jevania/PEMPROS-Programming-Task
Weekly Programming tasks, Programming Quiz tasks, and Programming Exam tasks.
Lavin-tom/c_programming
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.
ldo/a_structured_discipline_of_programming
A Structured Discipline Of Programming
mikhailuwu/safeheap
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.
valenfiumana/C-language
Repository of advanced C language exercises, tests, and cheatsheets, created specifically for the programming subject I'm currently studying at university.
alecksandr26/mem-c
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.
MalikShujaatAli/CppEssentials
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
Slygriyrsk/student-database-management
🎓 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++. 🚀