mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-22 04:46:23 +03:00
Unify buffered writer naming
This commit is contained in:
parent
9a60cf54ec
commit
6b6b4709b3
6 changed files with 21 additions and 21 deletions
|
|
@ -119,9 +119,9 @@ typedef struct {
|
|||
char *buf;
|
||||
size_t buf_size; /* must be one less than the capacity of buf array */
|
||||
size_t buf_end;
|
||||
} buf_writer_arg_t;
|
||||
} buf_write_arg_t;
|
||||
|
||||
void buf_writer_flush(buf_writer_arg_t *arg);
|
||||
void buffered_write_cb(void *buf_writer_arg, const char *s);
|
||||
void buf_write_flush(buf_write_arg_t *arg);
|
||||
void buf_write_cb(void *buf_write_arg, const char *s);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_MALLOC_IO_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue