xref: /aosp_15_r20/external/jemalloc_new/test/src/btalloc.c (revision 1208bc7e437ced7eb82efac44ba17e3beba411da)
1 #include "test/jemalloc_test.h"
2 
3 void *
btalloc(size_t size,unsigned bits)4 btalloc(size_t size, unsigned bits) {
5 	return btalloc_0(size, bits);
6 }
7