mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
7 lines
111 B
C
7 lines
111 B
C
#include "test/jemalloc_test.h"
|
|
|
|
void *
|
|
btalloc(size_t size, unsigned bits) {
|
|
return btalloc_0(size, bits);
|
|
}
|