1#include "test/jemalloc_test.h"
2
3void *
4btalloc(size_t size, unsigned bits)
5{
6
7	return (btalloc_0(size, bits));
8}
9