An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: memory-allocation

Ytalk/main-memory-simulator

Dynamic memory manager with page-based memory management that works in concurrent/parallel (using the Producer-Consumer pattern) mode, developed as a project for the Operating Systems course.

Language: Java - Size: 309 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

rapidsai/rmm

RAPIDS Memory Manager

Language: C++ - Size: 5.76 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 586 - Forks: 219

LoneWandererProductions/MemoryPrototype

Playing around with Memory Management

Language: C# - Size: 205 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

SFBdragon/talc

A fast and flexible allocator for no_std and WebAssembly

Language: Rust - Size: 2.98 MB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 476 - Forks: 10

Sub-Soft/Siliv

MacOS menu‑bar utility to adjust Apple Silicon GPU VRAM allocation

Language: Python - Size: 1.98 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 194 - Forks: 10

ZeroIntensity/pointers.py

Bringing the hell of pointers to Python.

Language: Python - Size: 489 KB - Last synced at: about 5 hours ago - Pushed at: 5 months ago - Stars: 925 - Forks: 11

Hemanthsp999/c-net

NeuralNet-C: Dive deep into AI with nothing but C and your brain.

Language: C - Size: 37.1 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

xerial/larray

Large off-heap arrays and mmap files for Scala and Java

Language: Scala - Size: 1.65 MB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 402 - Forks: 43

TheUserWW/MemoryCleaner

This powerful software allows you Clean you memory

Language: C++ - Size: 203 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 7 - Forks: 1

galelo04/kernalyze

A comprehensive operating system simulation that demonstrates scheduling algorithms, memory management techniques, and inter-process communication where it simulates a mini-kernel implementing various process scheduling algorithms and memory allocation techniques

Language: C - Size: 189 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 1

MelvinMo/Genetic-Programming-with-Indexed-Memory-for-CartPole

An implementation of Genetic Programming using Indexed Memory to solve the Partially Observable CartPole problem

Language: Jupyter Notebook - Size: 609 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

yvoinov/memlogger

Very simple memory logger, designed to profile the application by the nature of memory allocations in accordance with the size of the chunks. Feel free to check project wiki at https://github.com/yvoinov/memlogger/wiki

Language: C++ - Size: 810 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 0

doocs/jvm

🤗 JVM 底层原理最全知识总结

Language: Java - Size: 62.8 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 10,821 - Forks: 2,295

foonathan/memory

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

Language: C++ - Size: 2.46 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1,536 - Forks: 202

zpl-c/zpl

📐 Pushing the boundaries of simplicity

Language: C - Size: 3.99 MB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1,025 - Forks: 48

newenclave/aikartos

Exploring RTOS fundamentals with STM32 and C++20 - a learning project.

Language: C++ - Size: 3.98 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 0

GrapheneOS/hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.

Language: C - Size: 1.04 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 1,434 - Forks: 108

rohanverma94/real-allocator

A C++11 based memory allocator for High performance software and game engines. This is available as a static library on Windows only.

Size: 1000 Bytes - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

jserv/tlsf-bsd

Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License

Language: C - Size: 214 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 109 - Forks: 14

emeryberger/Hoard

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

Language: C++ - Size: 808 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1,156 - Forks: 131

matt-kimball/allocscope

allocscope - a memory tracking tool

Language: Rust - Size: 70.3 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 554 - Forks: 16

protdm22/UBB-OS

A collection of my assignments and tests for the 💻 Operating Systems course at Babeș-Bolyai University. 🎓

Language: C - Size: 131 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

arimelody/melody-allocator 📦

it allocates memory

Language: C - Size: 17.6 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

markjprice/tools-skills-net8

Repository for the Packt Publishing book titled "Tools and Skills for .NET 8" by Mark J. Price

Language: C# - Size: 36.1 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 70 - Forks: 25

jamarino/IntervalTree

A light-weight, performant interval tree in C#

Language: C# - Size: 273 KB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 28 - Forks: 8

mtrebi/memory-allocators

Custom memory allocators in C++ to improve the performance of dynamic memory allocation

Language: C++ - Size: 1.08 MB - Last synced at: 15 days ago - Pushed at: about 1 year ago - Stars: 1,837 - Forks: 163

ivmai/bdwgc

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

Language: C - Size: 29 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 3,224 - Forks: 418

deakodev/magic_mem

A fast, light weight C/C++ memory allocator lib

Language: C - Size: 2.1 MB - Last synced at: 8 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

alitokur/arena-allocator

The Arena Allocator (Linear Allocator)

Language: C++ - Size: 26.4 KB - Last synced at: 9 days ago - Pushed at: 17 days ago - Stars: 17 - Forks: 1

vsokh/Malloc

Implementation of malloc, realloc, and free.

Language: C - Size: 58.6 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

embeddedartistry/libmemory

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions

Language: C - Size: 362 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 252 - Forks: 50

Sambhav-Gautam/OSMemoryAllocator

🧠 Memory Allocation System: Efficiently manage and allocate memory resources with precision and ease.

Language: C - Size: 266 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

JeffreySarnoff/AlignedAllocs.jl

lightweight cross-platform allocation of aligned memory for an n-Vector{T} where isbitstype(T)

Language: Julia - Size: 163 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 1

ipastusi/memuse

Go/C (cgo) application for simulating memory consumption

Language: Go - Size: 71.3 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

pedroestevaodev/programming-techniques

Projects developed in the Programming Techniques course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using C++. Focus on OOP, modularization, error handling, memory management, and algorithms.

Language: C++ - Size: 40 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

emeryberger/Heap-Layers

Heap Layers: An Extensible Memory Allocation Infrastructure

Language: C++ - Size: 979 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 396 - Forks: 59

prat555/Omni-OS-Project

It's a 5-in-1 OS project with a simple shell, efficient process manager, smart memory allocator, user-friendly file system viewer, and a built-in calculator.

Language: Python - Size: 4.7 MB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

plasma-umass/scalene

Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals

Language: Python - Size: 14.1 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 12,651 - Forks: 408

arnaud-lb/php-memory-profiler

Memory profiler for PHP. Helps finding memory leaks in PHP scripts.

Language: C - Size: 619 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 909 - Forks: 53

kassane/zig-gpa-ffi

Testing GPA in FFI

Language: Zig - Size: 21.5 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

SkyEng1neering/ustring

This is the magic implementation of dynamic string. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.

Language: C++ - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

hmfcpt/elf-ripper-extension

VSC plugin designed for analyzing ELF files and firmware memory usage in embedded projects.

Language: TypeScript - Size: 2.62 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

german-one/c-string

type-safe, header-only implementation of a `std::basic_string`-like string in plain C

Language: C - Size: 309 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

EmbarkStudios/rpmalloc-rs

🐏 rpmalloc global memory allocator for Rust 🦀

Language: Rust - Size: 64.5 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 144 - Forks: 15

tarantool/small

Specialized memory allocators

Language: C - Size: 658 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 105 - Forks: 23

gecko0307/dlib

Allocators, I/O streams, math, geometry, image and audio processing for D

Language: D - Size: 12.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 218 - Forks: 33

lilskywalkr/double-word-crossing

Simple C program that find a letters to in word to create a crossword

Language: C - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

lilskywalkr/ariadne-thread

An example of path finding and dynamic memory allocation in C - a university assignment

Language: C - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ademakov/slice-alloc

An experimental memory allocation library

Language: C - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ryncsn/memstrack

A memory allocation tracer combined with stack trace.

Language: C - Size: 374 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 162 - Forks: 19

Aggrovirus/Siliv

MacOS menu‑bar utility to adjust Apple Silicon GPU VRAM allocation

Language: Python - Size: 1.96 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Chaganti-Reddy/Custom-Memory-Allocator

Custom Memory Allocator using C mimicking the functionalities of Malloc, Calloc, Free and Realloc

Language: C - Size: 1.43 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

spaskalev/buddy_alloc

A single header buddy memory allocator for C & C++

Language: C - Size: 632 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 180 - Forks: 12

google/minimalloc

A lightweight memory allocator for hardware-accelerated machine learning

Language: C++ - Size: 12.3 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 148 - Forks: 11

pseusys/betterbuf

Handy buffers and pools for efficiant memory allocation management in GO

Language: Go - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

buzzismaloy/MemoryAllocator

Simple custom memory allocator in C

Language: C - Size: 10.7 KB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

BeauPrime/BeauUtil

General-purpose Unity3D utilities library

Language: C# - Size: 5.81 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 18 - Forks: 3

Anonym0usWork1221/C-Android-Memory-Tool

Android Memory Access at Runtime: Reading and Writing Using Memory Files and Maps

Language: C++ - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 69 - Forks: 25

mulle-c/mulle-allocator

🔄 Flexible C memory allocation scheme

Language: C - Size: 458 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 78 - Forks: 1

SkillfulElectro/EMPointer

safety first C/C++ programming

Language: C++ - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

LukeShirnia/out-of-memory

Out Of Memory Analyzer can be used to obtain and summarize "out of memory" issues logged by a Linux kernel (when oom-killer is invoked)

Language: Python - Size: 12.6 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 16 - Forks: 4

yvoinov/memlogger-binaries

Binary builds for all those who have cognitive difficulties in building the simplest library from sources

Language: C++ - Size: 7.82 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

antoniosarosi/rulloc

General purpose memory allocator written in Rust.

Language: Rust - Size: 187 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 102 - Forks: 4

RafaelVVolkmer/libmemalloc

This library provides features such as allocation tracking with free flags, selection of allocation strategy, native memory control using brk/sbrk, an optional garbage collector, a detailed logging system for debugging, and support for malloc, calloc, realloc (heap allocation), and alloca (stack allocation).

Language: C - Size: 4.09 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

izenynn/c-reverse-shell

A reverse shell for Windows and Linux written in C.

Language: C - Size: 56.6 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 72 - Forks: 18

Martin-Lndbl/osv_benchmarks

A bunch of benchmarks for memory allocation in OSv

Language: C - Size: 2.73 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

XAheli/Medi_Bud

Medi Bud is an AI medical chatbot utilizing advanced NLP capabilities of LLMs, including OpenAI’s GPT, Google Gemini and Llama3, to facilitate user interactions through health-related inquiries, document ingestion and prescription evaluation.

Language: Python - Size: 287 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

Dryd33n/uvic-seng-265

Assignment for UVic Seng 265

Language: Python - Size: 1.38 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

AthulKrishna-736/DataStructure_Algorithm

This repository contains my journey of learning Data Structures and Algorithms (DSA) using JavaScript. It includes solutions to various problems, concepts, and techniques to strengthen problem-solving skills.

Language: JavaScript - Size: 55.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

RohanVDvivedi/Allok

binary search tree based generic memory allocator.

Language: C - Size: 37.1 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Flow-IPC/ipc_shm_arena_lend

Flow-IPC Sub-project - SHM-jemalloc - Commercial-grade jemalloc memory manager turbocharges your zero-copy work [See `ipc` repo first]

Language: C++ - Size: 687 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

joaomlneto/procmap

C++ wrapper around /proc/self/maps

Language: C++ - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 5

ArthurLumertz/DynArray

DynArray is a lightweight, type-flexible dynamic array implementation for C that automatically handles memory management and resizing while providing efficient random access to elements.

Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

nbrugger-tgm/backed-collections 📦

A Java lib for file backed Maps and Lists

Language: Java - Size: 380 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

xiaohange/FBMemoryProfilerStudy

FBMemoryProfiler,FBRetainCycleDetector,FBAllocationTracker

Language: Objective-C - Size: 128 KB - Last synced at: 13 days ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

tapwork/HeapInspector-for-iOS

Find memory issues & leaks in your iOS app without instruments

Language: Objective-C - Size: 33 MB - Last synced at: 15 days ago - Pushed at: about 8 years ago - Stars: 1,860 - Forks: 137

DIEGOAFB/research_computing_bootcamp_2025

This course, funded by the Digital Research Alliance of Canada, is designed to bridge gaps in research computing for Persian-speaking students and trainees in Canada. Participation is limited to individuals affiliated with Canadian universities or research institutions.

Size: 594 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

nabeyilaa/research_computing_bootcamp_2025

This course, funded by the Digital Research Alliance of Canada, is designed to bridge gaps in research computing for Persian-speaking students and trainees in Canada. Participation is limited to individuals affiliated with Canadian universities or research institutions.

Size: 594 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

exapsy/goumem

Manually memory allocate memory in Golang without GC (garbage collection).

Language: Go - Size: 2.04 MB - Last synced at: about 23 hours ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

droubarka/malloc-failer

malloc-failer wraps malloc to simulate allocation failures at specific lines, logging them for debugging memory handling.

Language: C - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

maxboro/memory-management

Memory management cheatsheet for C/C++

Language: C - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

akhin/llmalloc

A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.

Language: C++ - Size: 5.55 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 20 - Forks: 0

davidagredano/libft

A custom C library that reimplements essential standard functions from scratch to use in future projects.

Language: C - Size: 176 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

bahadirverir/LinkedList

Bu repo, C dilinde yazılmış bir bağlı liste (linked list) uygulaması sunar. Kullanıcıların düğüm ekleme, silme, arama, sıralama ve ters çevirme gibi işlemleri gerçekleştirmesine olanak tanır. Ayrıca, komut satırı üzerinden menü aracılığıyla etkileşimli bir kullanım sağlar.

Language: C - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

fengb/zee_alloc

tiny Zig allocator primarily targeting WebAssembly

Language: Zig - Size: 590 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 87 - Forks: 7

Josei-Tech/research_computing_bootcamp_2025

This course, funded by the Digital Research Alliance of Canada, is designed to bridge gaps in research computing for Persian-speaking students and trainees in Canada. Participation is limited to individuals affiliated with Canadian universities or research institutions.

Size: 594 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Samyak-777/Heap-Management-System

A Simple Heap Memory Manager in C with custom allocate and free functions.

Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Yunir/malloc-implementation

ITMO (09.03.04). 3rd semester. System programming languages. 6th lab work.

Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kirushyk/gst-instruments

Easy-to-use profiler for GStreamer

Language: C - Size: 360 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 140 - Forks: 41

yvoinov/memory-tools-dtrace

DTrace memory tracing and profiling tools

Language: DTrace - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

yvoinov/memory-tools-systemtap

SystemTap memory tracing and profiling tools

Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

icoia/research_computing_bootcamp_2025

This course, funded by the Digital Research Alliance of Canada, is designed to bridge gaps in research computing for Persian-speaking students and trainees in Canada. Participation is limited to individuals affiliated with Canadian universities or research institutions.

Size: 660 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

yvoinov/memproxy 📦

Memproxy is designed to route requests for memory allocation and deallocation as a plugin to custom allocator. It is intended to handle exceptions - applications whose allocation requests must be routed to the system allocator.

Language: C++ - Size: 615 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

msranjana/memory_allocation

Repository containing memory allocation techniques

Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

thutt/build-tool-comparator

A system to compare build tool overheads

Language: Python - Size: 260 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

Enichan/Arenas

Unmanaged arena memory allocators for C#/CSharp with easy interactions between managed and unmanaged references

Language: C# - Size: 249 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 102 - Forks: 3

warriors-life/memory-allocator

Simple JS memory allocator

Language: JavaScript - Size: 259 KB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

ilmi99/Memory

A self-hosted editor and note taking app.

Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Berryfeels/SHELL_BASH_POSIX_Replica

Designed to build a simplified version of a Unix shell with command-line interpreter.

Language: C - Size: 105 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

mohammedhrima/Garbage_collector

protect your C programs from memory leak and double free

Language: C - Size: 78.1 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 0