mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-27 21:32:16 +03:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
parent
ebd7e99f5c
commit
602edd7566
42 changed files with 82 additions and 80 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
|
||||
static uint64_t
|
||||
allocated() {
|
||||
allocated(void) {
|
||||
if (!config_stats) {
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ allocated() {
|
|||
}
|
||||
|
||||
static uint64_t
|
||||
deallocated() {
|
||||
deallocated(void) {
|
||||
if (!config_stats) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue