GitHub topics: virtual-memory-management
Le-o-n/cython-virtual-memory-toolkit
The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
Language: Cython - Size: 4.73 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

jElhamm/Virtual-Memory
"Implementation of Virtual Memory available in operating systems"
Language: C++ - Size: 2.9 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

LukaPavlovicGit/xv6-interprocess-communication
Modification of XV6 Operating System
Language: C - Size: 197 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lorenzomaiuri-dev/memory-management-examples
A Python-based simulator showcasing memory management concepts such as allocation strategies, segmentation, pagination, swapping, and TLB. Interactive examples implemented in Jupyter notebooks
Size: 545 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

OdanBroder/VirtualMemoryManager
Designing a Virtual Memory Manager
Language: C - Size: 2.1 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

malevolentstrix/Virtual_To_Physical_Memory_Translator
Language: C - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 2

0vercl0k/lockmem
This utility allows you to lock every available memory regions of an arbitrary process into its working set.
Language: C++ - Size: 2.74 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 67 - Forks: 15

Electrostat-Lab/jme-alloc
A direct dynamic memory allocation API for jMonkeyEngine lwjgl-2 and android games
Language: Java - Size: 17.5 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

lvcaspacifico/simulador-de-paginacao-ludico
Simulador de Paginação lúdico para ensinar conceitos de memória virtual para iniciantes no assunto com Python, Tkinter e Custom Tkinter
Language: Python - Size: 10.3 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Keychainz/Virtual-Memory-Manager
Simulated virtual memory manager with paging, and simulated operations for each of the following page replacement algorithms: LIFO, MRU, LRU, LFU, OPT-X, and WS. There will be 6 sets of output from these 6 runs.
Language: C++ - Size: 3.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

BrandoZhang/Operating-System
Archive of assignments done in Operating System Course.
Language: C - Size: 16.3 MB - Last synced at: 11 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

MohamadTarekk/paging-and-replacement
Memory management simulation using FIFO, LRU, CLOCK and OPTIMAL replacement
Language: C - Size: 155 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

emre-karatas/CS342-Project4
CS342 Operating Systems – Spring 2023 Project #4 – Physical and Virtual Memory Information
Language: C - Size: 354 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rsorkin1106/External-Pager
Multi-threaded external pager
Language: C++ - Size: 2.96 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Shr2020/Operating-System
Implementing various algorithms related to operating systems concepts
Language: C++ - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

savrgg/MsCS_SO_Avanzados
Size: 48.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aaronlking/PT_SIM
This is a program written in python that simulates a limited version of an operating system's page table.
Language: Python - Size: 13.7 KB - Last synced at: 28 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

devdeok/OS_Virtual_Memory
Virtual Memory Simulator
Language: C - Size: 22.5 KB - Last synced at: 8 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

GeovanaS/MemVirtual
Programa em C que simula o funcionamento do gerenciamento de memória virtual em um sistema operacional.
Language: C - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

schevenin/Multi-Level-Paging
Multi-level paging simulation with TLB cache
Language: C++ - Size: 7.61 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ZeroOnePro/Operating-System
운영체제 과목 프로젝트
Language: C - Size: 1.14 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JaredsOSToolbox/Vroom
Virtual Memory Manager written in C++
Language: C++ - Size: 1.15 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

shyam-patel-kira/Demand-Paging_Virtual_Memory_Simulator
Simulation For demand Paging
Language: Java - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

l1n3rd4/Virtual-memory
This project simulates virtual memory and Page Replacement Algorithms(FIFO and Optimal) given a input file. It is implemented in C language, with cmake and make build automations.
Language: C - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

j-wang2/memoryManagement
Multithreaded usermode virtual memory manager state machine
Language: C - Size: 1.17 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

skleee/virtual-memory-management
Page replacement policy implementation for virtual memory management
Language: C - Size: 413 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MarianoAlipi/virtual-memory-manager Fork of memo-saldana/virtual-memory-manager
A memory simulator that uses several virtual memory techniques to handle multiple processes. Final project for the operating systems course.
Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lpgoulart/SMV
Virtual Memory Simulator - Simulador de Memoria Virtual
Language: TypeScript - Size: 1.54 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
