mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
f408643a4c
This resolves #540.
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);
|
|
}
|