Sign in
android
/
toolchain
/
rustc
/
7e5f8cb0b1c93bc5741c51ce83c4bd831e386441
/
.
/
vendor
/
jemalloc-sys-0.3.2
/
jemalloc
/
test
/
src
/
btalloc.c
blob: d570952cee69ca9d1131cca7a014803233d08064 [
file
] [
log
] [
blame
]
#include
"test/jemalloc_test.h"
void
*
btalloc
(
size_t
size
,
unsigned
bits
)
{
return
btalloc_0
(
size
,
bits
);
}