blob: d570952cee69ca9d1131cca7a014803233d08064 [file] [log] [blame]
#include "test/jemalloc_test.h"
void *
btalloc(size_t size, unsigned bits) {
return btalloc_0(size, bits);
}