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