mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-18 09:55:39 +03:00
parent
c4c2592c83
commit
f408643a4c
104 changed files with 1161 additions and 1168 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
void *
|
||||
btalloc(size_t size, unsigned bits) {
|
||||
return (btalloc_0(size, bits));
|
||||
return btalloc_0(size, bits);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue