index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
malloc-standard
/
malloc.h
Age
Commit message (
Expand
)
Author
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-08-25
fix from psm: makes use of the malloc debug option in malloc-standard as well
Mike Frysinger
2006-03-10
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...
Peter S. Mazinger
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-02-01
Go __malloc_lock, go ...
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-13
__malloc_consolidate is only libc internal, enable use of __sbrk
Peter S. Mazinger
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-11-29
Hiding again
Peter S. Mazinger
2004-08-25
Mike Frysinger writes:
Eric Andersen
2004-07-15
_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE
Eric Andersen
2004-07-15
Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
Eric Andersen
2003-12-30
Rework malloc. The new default implementation is based on dlmalloc from Doug
Eric Andersen