]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/stdlib/malloc.c
This commit was generated by cvs2svn to compensate for changes in r166124,
[FreeBSD/FreeBSD.git] / lib / libc / stdlib / malloc.c
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-23 jasoneImplement chunk allocation/deallocation hysteresis...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-08 jasoneChange the way base allocation is done for internal...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 marcelEnable TLS on PowerPC.
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 marcelEnable TLS on ia64.
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-13 cpercivaCorrectly handle the case in calloc(num, size) where
2006-08-09 marcelDefine NO_TLS on PowerPC.
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-27 jasoneConditionally expand the size_invs lookup table in...
2006-07-27 cognetUse 4 as QUANTUM_2POW_MIN on arm as it is on any other...
2006-07-27 jasoneFix cpp logic in arena_malloc() to adjust size when...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-01 jasoneUse some math tricks in arena_run_reg_dalloc() to avoid...
2006-06-30 jasoneMake the behavior of malloc(0) standards-compliant...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jasoneAdd a missing case for the switch statement in arena_ru...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 jasoneIncrease the minimum chunk size by a power of two ...
2006-04-27 jasoneChange the semantics of brk_max to dynamically deal...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-05 jasoneAdd an unreachable return statement, in order to avoid...
2006-04-05 jasoneOnly initialize the first per-chunk page map element...
2006-04-04 jasoneAdd init_lock, and use it to protect against allocator...
2006-04-04 jasoneRefactor per-run bitmap manipulation functions so that...
2006-03-30 jasoneOptimize runtime performance, primary using the followi...
2006-03-28 jasoneAdd malloc_usable_size(3).
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 jasoneAllow the 'n' option to decrease the number of arenas...
2006-03-26 jasoneAdd comments and reformat/rearrange code. There are...
2006-03-24 jasoneConvert TINY_MIN_2POW from a cpp macro to tiny_min_2pow...
2006-03-24 jasoneAdd USE_BRK-specific code in malloc_init_hard() to...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-20 jasoneSeparate completely full runs from runs that are merely...
2006-03-19 jasoneOptimize realloc() to reallocate in place if the old...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-17 jasoneModify allocation policy, in order to avoid excessive...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
next