Code formatting fixes.
This commit is contained in:
parent
6a885198c2
commit
f6bd2e5a17
@ -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));
|
return (arena_salloc(ptr, false));
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
|
|
||||||
JEMALLOC_INLINE_C void
|
JEMALLOC_INLINE_C void
|
||||||
time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, void (*func)(void))
|
time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter,
|
||||||
|
void (*func)(void))
|
||||||
{
|
{
|
||||||
uint64_t i;
|
uint64_t i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user