aboutsummaryrefslogtreecommitdiff
path: root/src/common/OpenBSD_malloc_Linux.c
Commit message (Collapse)AuthorAge
* Fix the rest of the GCC warnings on OpenBSD_malloc_linux.cNick Mathewson2008-07-06
| | | | svn:r15698
* Remove spurious "netintet" check from configure.inNick Mathewson2008-07-05
| | | | svn:r15672
* And use 16k pages on ia64. Maybe this should be a configure thingPeter Palfrader2008-03-17
| | | | svn:r14073
* r18850@catbus: nickm | 2008-03-16 22:35:38 -0400Nick Mathewson2008-03-17
| | | | | | | Use 8k pages in openbsd malloc code on alpha. Bug and solution found by weasel. Also, when initializing openbsd malloc code, check that compiled page size matches output of getpagesize(). svn:r14056
* r18793@catbus: nickm | 2008-03-13 14:09:19 -0400Nick Mathewson2008-03-13
| | | | | | | Add a malloc_good_size() implementation to OpenBSD_malloc_Linux.c. Also, make configure.in not use support functions for the platform malloc when we are not using the platform mallocs. svn:r14010
* r18783@catbus: nickm | 2008-03-13 11:06:45 -0400Nick Mathewson2008-03-13
| | | | | | | Oops, do a better fix for that. svn:r14001
* r18781@catbus: nickm | 2008-03-13 11:00:51 -0400Nick Mathewson2008-03-13
| | | | | | | Have OpenBSD_malloc_Linux.c use SIZE_T_MAX from torint.h, instead of checking cpu macros. There is always one more cpu you havent checked for. svn:r14000
* r14238@tombo: nickm | 2008-02-17 14:03:44 -0500Nick Mathewson2008-02-17
Add openbsd memory allocator discussed in bug 468, to make it easier for linux users to get non-awful allocation patterns. Use --enable-openbsd-malloc to turn it on. Needs more testing. svn:r13544