Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DevilBot000
/
MemoryModule
Public
forked from
FusixGit/MemoryModule
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 19, 2016
Merge pull request #1 from binarymaster/patch-1
Show description for 4e72dbb
FusixGit
committed
4e72dbb
View commit details
Copy full SHA for 4e72dbb
Browse repository at this point
Help with markdown and translation
binarymaster
committed
1d75d4a
View commit details
Copy full SHA for 1d75d4a
Browse repository at this point
Update readme.md
FusixGit
committed
ac86bd5
View commit details
Copy full SHA for ac86bd5
Browse repository at this point
Update readme.md
FusixGit
committed
eb10960
View commit details
Copy full SHA for eb10960
Browse repository at this point
Update readme.md
FusixGit
committed
5ec6491
View commit details
Copy full SHA for 5ec6491
Browse repository at this point
Update readme.md
FusixGit
committed
daafd8d
View commit details
Copy full SHA for daafd8d
Browse repository at this point
Create nt.h
FusixGit
committed
3dabc24
View commit details
Copy full SHA for 3dabc24
Browse repository at this point
Update MemoryModule.c
Show description for a0cef0b
FusixGit
committed
a0cef0b
View commit details
Copy full SHA for a0cef0b
Browse repository at this point
Update readme.md
FusixGit
committed
2e8733a
View commit details
Copy full SHA for 2e8733a
Browse repository at this point
Update readme.md
FusixGit
committed
b08d294
View commit details
Copy full SHA for b08d294
Browse repository at this point
Update MemoryModule.h
Show description for 6abc68d
FusixGit
committed
6abc68d
View commit details
Copy full SHA for 6abc68d
Browse repository at this point
Update MemoryModule.c
Show description for a29a03a
FusixGit
committed
a29a03a
View commit details
Copy full SHA for a29a03a
Browse repository at this point
Commits on Feb 16, 2016
Update readme.md
FusixGit
committed
7aba0d0
View commit details
Copy full SHA for 7aba0d0
Browse repository at this point
Create main.asm
FusixGit
committed
f23d62a
View commit details
Copy full SHA for f23d62a
Browse repository at this point
Update readme.md
FusixGit
committed
ef8d220
View commit details
Copy full SHA for ef8d220
Browse repository at this point
Create MemoryVirtual.cpp
FusixGit
committed
875e22c
View commit details
Copy full SHA for 875e22c
Browse repository at this point
Create MemoryVirtual.h
FusixGit
committed
c8ffbe8
View commit details
Copy full SHA for c8ffbe8
Browse repository at this point
Update MemoryModule.h
FusixGit
committed
3e4fd61
View commit details
Copy full SHA for 3e4fd61
Browse repository at this point
Update MemoryModule.c
FusixGit
committed
8117a42
View commit details
Copy full SHA for 8117a42
Browse repository at this point
Commits on Jan 26, 2016
Disable C4055 warning (data -> function pointer conversion).
fancycode
committed
d88817f
View commit details
Copy full SHA for d88817f
Browse repository at this point
Explicitly include "stdint.h" to make sure "uintptr_t" is defined (fixes #34).
fancycode
committed
d9a6bb9
View commit details
Copy full SHA for d9a6bb9
Browse repository at this point
Expose default callback functions.
Show description for 905ad75
fancycode
committed
905ad75
View commit details
Copy full SHA for 905ad75
Browse repository at this point
Commits on Dec 20, 2015
Also build on MSVC 2015.
fancycode
committed
2e193f1
View commit details
Copy full SHA for 2e193f1
Browse repository at this point
Fix C4055 on MSVC.
fancycode
committed
cc56221
View commit details
Copy full SHA for cc56221
Browse repository at this point
Fixed syntax error on MSVC.
fancycode
committed
cddc54a
View commit details
Copy full SHA for cddc54a
Browse repository at this point
Define "_CRT_SECURE_NO_WARNINGS" when compiling examples/tests.
fancycode
committed
5bda210
View commit details
Copy full SHA for 5bda210
Browse repository at this point
Initialize variable (to make MSVC happy).
fancycode
committed
394fae8
View commit details
Copy full SHA for 394fae8
Browse repository at this point
Removed debug include.
fancycode
committed
1598331
View commit details
Copy full SHA for 1598331
Browse repository at this point
Fixed warning about unreferenced parameters.
fancycode
committed
583e1b4
View commit details
Copy full SHA for 583e1b4
Browse repository at this point
Add some checks to prevent overruns on broken input.
fancycode
committed
bc04853
View commit details
Copy full SHA for bc04853
Browse repository at this point
Add more error checking of return values.
fancycode
committed
9df6e7d
View commit details
Copy full SHA for 9df6e7d
Browse repository at this point
Commits on Oct 22, 2015
Merge pull request #30 from kost/fix-deprecated-wcsnicmp
Show description for f02a8e6
fancycode
committed
f02a8e6
View commit details
Copy full SHA for f02a8e6
Browse repository at this point
Commits on Oct 18, 2015
Use _wcsnicmp instead of wcsnicmp
Show description for 71643ae
kost
committed
71643ae
View commit details
Copy full SHA for 71643ae
Browse repository at this point
Commits on Aug 22, 2015
Avoid (re-)allocations when searching for named resources.
Show description for d197073
fancycode
committed
d197073
View commit details
Copy full SHA for d197073
Browse repository at this point
Show AppVeyor status of master branch.
fancycode
committed
8d5dbf3
View commit details
Copy full SHA for 8d5dbf3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.