summaryrefslogtreecommitdiffstats
path: root/jemalloc/test/allocm.c
Commit message (Collapse)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-133/+0
|
* Fix tests build when --with-install-suffix is set.Jason Evans2010-10-071-1/+1
| | | | | | Add test/jemalloc_test.h.in, which is processed to include jemalloc/jemalloc@install_suffix@.h, so that test programs can include it without worrying about the install suffix.
* Add {,r,s,d}allocm().Jason Evans2010-09-171-0/+133
Add allocm(), rallocm(), sallocm(), and dallocm(), which are a functional superset of malloc(), calloc(), posix_memalign(), malloc_usable_size(), and free().