summaryrefslogtreecommitdiffstats
path: root/test/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove #includes in testsMike Hommey2012-04-221-6/+0
| | | | | | | Since we're now including jemalloc_internal.h, all the required headers are already pulled. This will avoid having to fiddle with headers that can or can't be used with MSVC. Also, now that we use malloc_printf, we can use util.h's definition of assert instead of assert.h's.
* Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-171-8/+2
|
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+157