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 }}
SunnyNetX
/
memory
Public
forked from
foonathan/memory
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 8, 2024
Fix virtual_block_allocator::deallocate_block (#175)
Show description for 016c9fb
jeremimucha
authored
016c9fb
View commit details
Copy full SHA for 016c9fb
Browse repository at this point
Commits on Dec 28, 2023
Use the current block size, not the next block size for
Show description for d989f41
foonathan
committed
d989f41
View commit details
Copy full SHA for d989f41
Browse repository at this point
Expose memory_pool's underlying arena 'owns' method to users of memory_pool itself' (#174)
cohdan
authored
3ab8c62
View commit details
Copy full SHA for 3ab8c62
Browse repository at this point
Commits on Jul 9, 2023
Assume `thread_local` and destructors are supported
Show description for d54c7f1
foonathan
committed
d54c7f1
View commit details
Copy full SHA for d54c7f1
Browse repository at this point
Commits on Jun 21, 2023
Remove duplicated names in contributor list in README (#166)
zchrissirhcz
authored
aec147d
View commit details
Copy full SHA for aec147d
Browse repository at this point
Commits on Jun 18, 2023
Update CMakeLists.txt fix include path (#165)
jiayuehua
authored
f7afdd1
View commit details
Copy full SHA for f7afdd1
Browse repository at this point
Commits on Apr 29, 2023
Remove static linking for cross compilation (#164)
Show description for c1fe276
nicosmd
authored
c1fe276
View commit details
Copy full SHA for c1fe276
Browse repository at this point
Commits on Feb 5, 2023
Add default constructor to polymorphic deallocator/deleter
Show description for 6ef8880
foonathan
committed
6ef8880
View commit details
Copy full SHA for 6ef8880
Browse repository at this point
Commits on Jan 18, 2023
Move abstract type checking in `allocator_deallocator`
Show description for b07fe6a
foonathan
committed
b07fe6a
View commit details
Copy full SHA for b07fe6a
Browse repository at this point
Commits on Jan 11, 2023
Release 0.7-3
foonathan
committed
0f07757
View commit details
Copy full SHA for 0f07757
Browse repository at this point
Update publish-docs script
foonathan
committed
f191eb0
View commit details
Copy full SHA for f191eb0
Browse repository at this point
Fix broken documentation links
foonathan
committed
3edafba
View commit details
Copy full SHA for 3edafba
Browse repository at this point
Remove duplicate declaration of `shared_ptr_node_size`
foonathan
committed
5e7530b
View commit details
Copy full SHA for 5e7530b
Browse repository at this point
Update doxygen configuration file
foonathan
committed
ac198bd
View commit details
Copy full SHA for ac198bd
Browse repository at this point
Exclude build folder in doxygen
foonathan
committed
385ff22
View commit details
Copy full SHA for 385ff22
Browse repository at this point
Throw an exception if `max_node_size` is too big for `block_size` of
Show description for 9d3bda1
foonathan
committed
9d3bda1
View commit details
Copy full SHA for 9d3bda1
Browse repository at this point
Fix `memory_block_stack::owns()`
Show description for 6eaa58e
foonathan
committed
6eaa58e
View commit details
Copy full SHA for 6eaa58e
Browse repository at this point
Update documentation for node size traits
Show description for db83455
foonathan
committed
db83455
View commit details
Copy full SHA for db83455
Browse repository at this point
Update copyright notice
foonathan
committed
2502c97
View commit details
Copy full SHA for 2502c97
Browse repository at this point
Remove sponsorship notice
foonathan
committed
024e7b4
View commit details
Copy full SHA for 024e7b4
Browse repository at this point
Commits on Dec 25, 2022
Fix typo in documentation of `array_pool` (#149)
rich-ayr
authored
d30bea9
View commit details
Copy full SHA for d30bea9
Browse repository at this point
Commits on Dec 2, 2022
Increase cmake_minimum_required to 3.14 (#147)
Show description for 62a41dd
richiware
authored
62a41dd
View commit details
Copy full SHA for 62a41dd
Browse repository at this point
Commits on Nov 28, 2022
Fix issue 145 compile on VS 2022 (#146)
burnpanck
authored
3144037
View commit details
Copy full SHA for 3144037
Browse repository at this point
Commits on Nov 25, 2022
Fix MacOS CI
foonathan
committed
d0daa6d
View commit details
Copy full SHA for d0daa6d
Browse repository at this point
Commits on Oct 7, 2022
Don't generate node sizes if it already exists
Show description for df48e66
foonathan
committed
df48e66
View commit details
Copy full SHA for df48e66
Browse repository at this point
Commits on Sep 28, 2022
Remove old `FOONATHAN_THREAD_LOCAL` macros
Show description for 9a17798
foonathan
committed
9a17798
View commit details
Copy full SHA for 9a17798
Browse repository at this point
Commits on Sep 8, 2022
Address issue #138 - workaround command line quoting issue for types with spaces, and also address std lib implementations that wrap value types in some containers in a conatiner type of the same s…
Show description for 87a2139
matt-cross
and
mec-irobot
authored
87a2139
View commit details
Copy full SHA for 87a2139
Browse repository at this point
Commits on Sep 1, 2022
Add vcpkg installation instructions (#137)
JonLiu1993
authored
4440c94
View commit details
Copy full SHA for 4440c94
Browse repository at this point
Commits on Aug 1, 2022
Release 0.7-2
foonathan
committed
f75c9fc
View commit details
Copy full SHA for f75c9fc
Browse repository at this point
Update doctest version
Show description for 755efbb
foonathan
committed
755efbb
View commit details
Copy full SHA for 755efbb
Browse repository at this point
Commits on Mar 30, 2022
Deprecate constant virtual_memory_page_size.
Show description for 5e523a9
MiguelCompany
authored and
foonathan
committed
5e523a9
View commit details
Copy full SHA for 5e523a9
Browse repository at this point
Add get_virtual_memory_page_size function.
Show description for e9380b1
MiguelCompany
authored and
foonathan
committed
e9380b1
View commit details
Copy full SHA for e9380b1
Browse repository at this point
Using CMAKE_RUNTIME_OUTPUT_DIRECTORY
Show description for 90afebd
MiguelCompany
authored and
foonathan
committed
90afebd
View commit details
Copy full SHA for 90afebd
Browse repository at this point
Back to windows 2019
Show description for 0aa6e60
MiguelCompany
authored and
foonathan
committed
0aa6e60
View commit details
Copy full SHA for 0aa6e60
Browse repository at this point
CI with both options for BUILD_SHARED_LIBS
Show description for a146841
MiguelCompany
authored and
foonathan
committed
a146841
View commit details
Copy full SHA for a146841
Browse repository at this point
Previous
Next
You can’t perform that action at this time.