1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-29 05:41:03 +00:00

7 lines
111 B
C
Raw Normal View History

2015-10-06 16:18:30 +02:00
#include "test/jemalloc_test.h"
void *
2018-05-24 17:17:37 +02:00
btalloc(size_t size, unsigned bits) {
return btalloc_0(size, bits);
2015-10-06 16:18:30 +02:00
}