mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
@@ -2,5 +2,5 @@
|
||||
|
||||
void *
|
||||
btalloc(size_t size, unsigned bits) {
|
||||
return (btalloc_0(size, bits));
|
||||
return btalloc_0(size, bits);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user