mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 00:11:33 +00:00
Jemalloc updated to 4.0.3.
This commit is contained in:
8
deps/jemalloc/test/src/btalloc.c
vendored
Normal file
8
deps/jemalloc/test/src/btalloc.c
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
void *
|
||||
btalloc(size_t size, unsigned bits)
|
||||
{
|
||||
|
||||
return (btalloc_0(size, bits));
|
||||
}
|
Reference in New Issue
Block a user