summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/jemalloc-5.3.0/test/src/btalloc.c
blob: d570952cee69ca9d1131cca7a014803233d08064 (plain)
1
2
3
4
5
6
#include "test/jemalloc_test.h"

void *
btalloc(size_t size, unsigned bits) {
	return btalloc_0(size, bits);
}