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