| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add comments and reformat/rearrange code. There are no significant | jasone | 2006-03-26 | 1 | -208/+224 |
* | Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), and | jasone | 2006-03-24 | 1 | -21/+37 |
* | Add USE_BRK-specific code in malloc_init_hard() to allow the first | jasone | 2006-03-24 | 1 | -65/+110 |
* | Separate completely full runs from runs that are merely almost full, so | jasone | 2006-03-20 | 1 | -61/+71 |
* | Optimize realloc() to reallocate in place if the old and new sizes are | jasone | 2006-03-19 | 1 | -105/+167 |
* | Modify allocation policy, in order to avoid excessive fragmentation for | jasone | 2006-03-17 | 1 | -2453/+1018 |
* | Fix calculation of the number of arenas to use on multi-processor systems. | jasone | 2006-02-04 | 1 | -1/+1 |
* | Remove unwarranted uses of 'goto'. | jasone | 2006-01-27 | 1 | -203/+153 |
* | Add NO_MALLOC_EXTRAS, so that various extra features that can cause | jasone | 2006-01-27 | 1 | -3/+16 |
* | Fix the type of a statistics counter (unsigned --> unsigned long). | jasone | 2006-01-27 | 1 | -1/+1 |
* | Clean up statistics gathering and printing. | jasone | 2006-01-27 | 1 | -71/+64 |
* | Optimize arena_bin_pop() to reduce the number of separator operations. | jasone | 2006-01-26 | 1 | -13/+10 |
* | Remove a redundant variable assignment in arena_reg_frag_alloc(). | jasone | 2006-01-25 | 1 | -1/+0 |
* | If no coalesced exact-fit small regions are available, but delayed exact- | jasone | 2006-01-25 | 1 | -173/+186 |
* | Make the 'C' and 'c' malloc options consistent with other options; 'C' | jasone | 2006-01-23 | 1 | -2/+2 |
* | In arena_chunk_reg_alloc(), try to avoid touching the last page in the | jasone | 2006-01-23 | 1 | -7/+24 |
* | Use uintptr_t rather than size_t when casting pointers to integers. Also, | jasone | 2006-01-20 | 1 | -44/+45 |
* | Revert addtion of assertions in revision 1.99. These assertions cause | jasone | 2006-01-19 | 1 | -7/+0 |
* | Add assertions that detect some forms of region separator corruption. | jasone | 2006-01-19 | 1 | -0/+7 |
* | Remove loops in arena_coalesce(). They are no longer necessary, now that | jasone | 2006-01-19 | 1 | -4/+5 |
* | Make all internal variables and functions static. | jasone | 2006-01-19 | 1 | -12/+15 |
* | Return NULL if there is an OOM error during initialization, rather than | jasone | 2006-01-19 | 1 | -35/+50 |
* | Add a separate simple internal base allocator and remove base_arena, so that | jasone | 2006-01-16 | 1 | -151/+175 |
* | Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is | marcel | 2006-01-16 | 1 | -0/+1 |
* | Replace malloc(), calloc(), posix_memalign(), realloc(), and free() with | jasone | 2006-01-13 | 1 | -927/+4481 |
* | Fix a bitwise logic error in posix_memalign(). | jasone | 2006-01-12 | 1 | -2/+2 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -0/+64 |
* | Remove the check about whether MALLOC_EXTRA_SANITY is defined, | delphij | 2005-02-27 | 1 | -2/+0 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -3/+3 |
* | Define malloc_pageshift and malloc_minsize for arm. | cognet | 2004-05-14 | 1 | -0/+4 |
* | Rearrange (centralize) initialization of mallocs internals to always be | phk | 2004-03-07 | 1 | -19/+13 |
* | Remove the triplicity in the public functions by vectoring them all | phk | 2004-02-21 | 1 | -70/+49 |
* | Move the check for sensitive processes to the point where the exception | phk | 2004-02-21 | 1 | -14/+7 |
* | Do not adjust to the pagesize at runtime. Besides for the one-time | marcel | 2003-11-28 | 1 | -8/+2 |
* | Externalize malloc's spinlock so that a thread library can take | deischen | 2003-11-04 | 1 | -0/+1 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -3/+1 |
* | Consistently cast to (u_char *) when filling with junk. | phk | 2003-10-25 | 1 | -3/+3 |
* | Style changes. Inching closer to convergence with OpenBSD. | phk | 2003-10-25 | 1 | -61/+60 |
* | More style fixes to improve diffability with OpenBSD. | phk | 2003-09-27 | 1 | -46/+54 |
* | Style changes to improve diffability against OpenBSD version. | phk | 2003-09-27 | 1 | -91/+91 |
* | Minor constification. | phk | 2003-07-29 | 1 | -2/+2 |
* | Clarify the code a bit. | phk | 2003-06-01 | 1 | -1/+2 |
* | Tell malloc.c that AMD64 uses the same pagesize as i386. | peter | 2003-04-30 | 1 | -0/+4 |
* | Catch some cases where asking for ridiculously large allocations could | phk | 2003-01-30 | 1 | -0/+4 |
* | For "sensitive" processes, we always set the 'A' flag which causes abort() | phk | 2003-01-23 | 1 | -0/+7 |
* | s/EDOFUS/EDOOFUS/ | phk | 2002-08-21 | 1 | -3/+3 |
* | Make sure we set errno sensibly in case of failure. | phk | 2002-08-09 | 1 | -0/+7 |
* | Const poison. | phk | 2002-05-30 | 1 | -3/+5 |
* | Avoid casting a different sized integer to a pointer on LP64 systems. | peter | 2002-05-10 | 1 | -1/+1 |
* | Constify _malloc_options. | phk | 2002-04-24 | 1 | -1/+1 |