OSDN Git Service

mostly revert the locking changes for 'malloc', as the implementation
authorEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2006 05:28:24 +0000 (05:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2006 05:28:24 +0000 (05:28 -0000)
commit29252f8d07c23f00a1590a576ed110573cebacd2
tree6d24ff054643106c04556125013537ba254b95c4
parent7e465f90d545ea0b75372aea664804c6cd39ea14
mostly revert the locking changes for 'malloc', as the implementation
does not easily lend itself to becoming complete pthread cancelation
safe without first investing in some deep and serious thought...
The other malloc implementations are pthread cancelation safe, and
this one is mostly used for uClinux, where the lack is at least less
likely to be a common problem.
libc/stdlib/malloc/heap.h
libc/stdlib/malloc/malloc.h