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