OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / stdlib / malloc-standard / malloc.c
2007-04-02 Mike FrysingerPOSIX requires that errno be set whenever 0 is returned...
2006-12-17 Mike Frysingerrename local "brk" var so it doesnt namespace collide...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-01 Peter S. MazingerGo __malloc_lock, go ...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2005-07-06 Mike Frysingeradd support for __MALLOC_GLIBC_COMPAT__ (malloc(0)...
2004-07-15 Eric AndersenUse MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
2003-12-30 Eric AndersenRework malloc. The new default implementation is based...