summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* In arena_chunk_reg_alloc(), try to avoid touching the last page in thejasone2006-01-231-7/+24
* Use uintptr_t rather than size_t when casting pointers to integers. Also,jasone2006-01-201-44/+45
* Revert addtion of assertions in revision 1.99. These assertions causejasone2006-01-191-7/+0
* Add assertions that detect some forms of region separator corruption.jasone2006-01-191-0/+7
* Remove loops in arena_coalesce(). They are no longer necessary, now thatjasone2006-01-191-4/+5
* Make all internal variables and functions static.jasone2006-01-191-12/+15
* Return NULL if there is an OOM error during initialization, rather thanjasone2006-01-191-35/+50
* Add a separate simple internal base allocator and remove base_arena, so thatjasone2006-01-161-151/+175
* Define NO_TLS on ia64. The dynamic TLS implementation on ia64 ismarcel2006-01-161-0/+1
* Replace malloc(), calloc(), posix_memalign(), realloc(), and free() withjasone2006-01-131-927/+4481
* Fix a bitwise logic error in posix_memalign().jasone2006-01-121-2/+2
* In preparation for a new malloc implementation:jasone2006-01-121-0/+64
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,delphij2005-02-271-2/+0
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-3/+3
* Define malloc_pageshift and malloc_minsize for arm.cognet2004-05-141-0/+4
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
* Remove the triplicity in the public functions by vectoring them allphk2004-02-211-70/+49
* Move the check for sensitive processes to the point where the exceptionphk2004-02-211-14/+7
* Do not adjust to the pagesize at runtime. Besides for the one-timemarcel2003-11-281-8/+2
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-041-0/+1
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-291-3/+1
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Minor constification.phk2003-07-291-2/+2
* Clarify the code a bit.phk2003-06-011-1/+2
* Tell malloc.c that AMD64 uses the same pagesize as i386.peter2003-04-301-0/+4
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
* For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
* s/EDOFUS/EDOOFUS/phk2002-08-211-3/+3
* Make sure we set errno sensibly in case of failure.phk2002-08-091-0/+7
* Const poison.phk2002-05-301-3/+5
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Constify _malloc_options.phk2002-04-241-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-4/+2
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-1/+1
* Add ifdefs for sparc64.jake2002-02-231-0/+4
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.phk2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.phk2001-11-161-0/+2
* phkmalloc->evilchecks++;phk2001-11-021-3/+13
* Port to ia64, taking into account the fact that pagesizes may be variable.dfr2001-09-071-0/+11
* Fixed style bugs (dot `.' at the end of error and warning messages).ru2001-08-101-22/+22
* Remove a sizeof(void *) == sizeof(int) assumption.phk2001-02-041-7/+7
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Make it possible to override the function which writes messages tophk2000-11-261-12/+18
* Oops, un-spam this file - the last commit was an accident.brian2000-09-201-1/+0
OpenPOWER on IntegriCloud