redis_study/deps/jemalloc/test/src/btalloc.c

7 lines
111 B
C
Raw Normal View History

2020-09-12 14:49:33 +00:00
#include "test/jemalloc_test.h"
void *
btalloc(size_t size, unsigned bits) {
return btalloc_0(size, bits);
}