mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
ffbb7dac3d
This resolves #535.
8 lines
113 B
C
8 lines
113 B
C
#include "test/jemalloc_test.h"
|
|
|
|
void *
|
|
btalloc(size_t size, unsigned bits)
|
|
{
|
|
return (btalloc_0(size, bits));
|
|
}
|