mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Unify write callback signature
This commit is contained in:
@@ -1431,8 +1431,7 @@ stats_print_helper(emitter_t *emitter, bool merged, bool destroyed,
|
||||
}
|
||||
|
||||
void
|
||||
stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
|
||||
const char *opts) {
|
||||
stats_print(write_cb_t *write_cb, void *cbopaque, const char *opts) {
|
||||
int err;
|
||||
uint64_t epoch;
|
||||
size_t u64sz;
|
||||
|
||||
Reference in New Issue
Block a user