Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update jemalloc to version 3.5.0. | jasone | 2014-01-23 | 1 | -0/+18 |
| | |||||
* | Make the malloc(3) family of functions weak and make their non-weak | marcel | 2013-05-25 | 1 | -0/+12 |
| | | | | | | | | | | | | | | implementations visible for use by applications. The functions $F that are now weak symbols are: allocm, calloc, dallocm, free, malloc, malloc_usable_size, nallocm, posix_memalign, rallocm, realloc, sallocm The non-weak implementations of $F are exported as __$F. Submitted by: stevek@juniper.net Reviewed by: jasone@, kib@ Approved by: jasone@ (jemalloc) Obtained from: juniper Networks, Inc | ||||
* | Fix a compilation error with some compilers: __attribute__ | harti | 2012-05-22 | 1 | -6/+4 |
| | | | | | | requires two parenthesis for its argument, but instead of using __attribute__ directly, use the appropriate __nonnull macro from cdefs.h. | ||||
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 1 | -0/+27 |
| | | | | | | | | prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc. The code being imported by this commit diverged from lib/libc/stdlib/malloc.c in March 2010, which means that a portion of the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries for all subsequent releases. | ||||
* | Add __{BEGIN,END}_DECLS macros, so that function prototypes remain | jasone | 2006-06-30 | 1 | -0/+4 |
| | | | | | | unmangled for C++ programs. Submitted by: Niklas Sorensson <nik@cs.chalmers.se> | ||||
* | Add malloc_usable_size(3). | jasone | 2006-03-28 | 1 | -0/+37 |
Discussed with: arch@ |