mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 23:21:41 +03:00
Code formatting fixes.
This commit is contained in:
parent
6a885198c2
commit
f6bd2e5a17
2 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,8 @@ static tcaches_t *tcaches_avail;
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
size_t tcache_salloc(const void *ptr)
|
||||
size_t
|
||||
tcache_salloc(const void *ptr)
|
||||
{
|
||||
|
||||
return (arena_salloc(ptr, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue