An open API service indexing awesome lists of open source software.

https://github.com/multi-os-engine/dlmalloc


https://github.com/multi-os-engine/dlmalloc

Last synced: 9 months ago
JSON representation

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