https://github.com/multi-os-engine/dlmalloc
https://github.com/multi-os-engine/dlmalloc
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multi-os-engine/dlmalloc
- Owner: multi-os-engine
- License: other
- Created: 2016-09-14T09:00:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T09:06:40.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T03:22:06.533Z (over 1 year ago)
- Language: C
- Size: 75.2 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This directory contains malloc/free routines implemented by Doug Lea
(aka dlmalloc). You should not edit these files directly. Make fixes
upstream and then pull down the new version of the file.
This code is imported from: ftp://g.oswego.edu/pub/misc/
It is currently version 2.8.6.
Currently there are very minor modifications that are signified with:
BEGIN android-changed: change description
END android-changed