mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
c4c2592c83
Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
7 lines
113 B
C
7 lines
113 B
C
#include "test/jemalloc_test.h"
|
|
|
|
void *
|
|
btalloc(size_t size, unsigned bits) {
|
|
return (btalloc_0(size, bits));
|
|
}
|