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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
snmalloc
Public
Notifications
You must be signed in to change notification settings
Fork
135
Star
2k
Code
Issues
34
Pull requests
18
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
General code cleaning
- #36
#36
Merged
Matthew Parkinson (mjp41)
merged 14 commits into
master
microsoft/snmalloc:master
from
reduce_casts
microsoft/snmalloc:reduce_casts
Copy head branch name to clipboard
Apr 29, 2019
Conversation
Commits
14
(14)
Checks
Files changed
Merged
General code cleaning
#36
Matthew Parkinson (mjp41)
merged 14 commits into
master
microsoft/snmalloc:master
from
reduce_casts
microsoft/snmalloc:reduce_casts
Copy head branch name to clipboard
Commits
Commits on Apr 25, 2019
Use fewer header files
Show description for 22f67c2
Matthew Parkinson (mjp41)
committed
22f67c2
View commit details
Copy full SHA for 22f67c2
Browse repository at this point
Factored casts out of DLL/mpmcstack/mpscq.
Show description for b3286c5
Matthew Parkinson (mjp41)
committed
b3286c5
View commit details
Copy full SHA for b3286c5
Browse repository at this point
Removing some casts and uses of void*
Matthew Parkinson (mjp41)
committed
1862c90
View commit details
Copy full SHA for 1862c90
Browse repository at this point
Use uintptr_t in signature for pagemap
Show description for 75a1414
Matthew Parkinson (mjp41)
committed
75a1414
View commit details
Copy full SHA for 75a1414
Browse repository at this point
Factored casting in external pointer calculation
Matthew Parkinson (mjp41)
committed
b01d8e0
View commit details
Copy full SHA for b01d8e0
Browse repository at this point
Made alloc_chunk typed
Show description for 304f2f8
Matthew Parkinson (mjp41)
committed
304f2f8
View commit details
Copy full SHA for 304f2f8
Browse repository at this point
Clang format
Matthew Parkinson (mjp41)
committed
0e37981
View commit details
Copy full SHA for 0e37981
Browse repository at this point
Missing externs
Matthew Parkinson (mjp41)
committed
1c5cf2c
View commit details
Copy full SHA for 1c5cf2c
Browse repository at this point
Missing include from test.
Matthew Parkinson (mjp41)
committed
5e917f6
View commit details
Copy full SHA for 5e917f6
Browse repository at this point
Fix 32bit build
Matthew Parkinson (mjp41)
committed
ef77318
View commit details
Copy full SHA for ef77318
Browse repository at this point
Commits on Apr 26, 2019
Add comment about min/max.
Matthew Parkinson (mjp41)
committed
e1cdc58
View commit details
Copy full SHA for e1cdc58
Browse repository at this point
CR
Matthew Parkinson (mjp41)
committed
54f4ade
View commit details
Copy full SHA for 54f4ade
Browse repository at this point
uintptr_max instead of -1/~0
Matthew Parkinson (mjp41)
committed
3c48243
View commit details
Copy full SHA for 3c48243
Browse repository at this point
Commits on Apr 29, 2019
Clang format
Matthew Parkinson (mjp41)
committed
4b728ff
View commit details
Copy full SHA for 4b728ff
Browse repository at this point
You can’t perform that action at this time.