Sign in
nest-open-source
/
nest-cam
/
4320010
/
jemalloc
/
ab75dcad8561d7693c3767cfae6c921b2ed6cd10
/
.
/
jemalloc
/
test
/
src
/
btalloc.c
blob: 9a253d9784c0aab4e380367da5e2c9ae8a474628 [
file
] [
log
] [
blame
]
#include
"test/jemalloc_test.h"
void
*
btalloc
(
size_t
size
,
unsigned
bits
)
{
return
(
btalloc_0
(
size
,
bits
));
}