https://github.com/fillzpp/psmalloc
Implement malloc for concurrency on unix-like.
https://github.com/fillzpp/psmalloc
Last synced: 17 days ago
JSON representation
Implement malloc for concurrency on unix-like.
- Host: GitHub
- URL: https://github.com/fillzpp/psmalloc
- Owner: FillZpp
- License: bsd-2-clause
- Created: 2015-02-06T03:04:23.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2015-02-11T10:40:15.000Z (over 11 years ago)
- Last Synced: 2025-02-28T15:12:49.020Z (over 1 year ago)
- Language: C
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Psmalloc
========
Implement malloc for concurrency on unix-like.
This is still a demo.