xref: /netbsd-src/external/bsd/jemalloc/dist/test/src/btalloc.c (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
1 #include "test/jemalloc_test.h"
2 
3 void *
4 btalloc(size_t size, unsigned bits) {
5 	return btalloc_0(size, bits);
6 }
7