mirror of
https://github.com/fluencelabs/redis
synced 2025-03-22 18:40:50 +00:00
9 lines
114 B
C
9 lines
114 B
C
|
#include "test/jemalloc_test.h"
|
||
|
|
||
|
void *
|
||
|
btalloc(size_t size, unsigned bits)
|
||
|
{
|
||
|
|
||
|
return (btalloc_0(size, bits));
|
||
|
}
|