mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 15:11:41 +03:00
6 lines
111 B
C
6 lines
111 B
C
#include "test/jemalloc_test.h"
|
|
|
|
void *
|
|
btalloc(size_t size, unsigned bits) {
|
|
return btalloc_0(size, bits);
|
|
}
|