mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Increase dump buffer for prof last-N list
This commit is contained in:
parent
264d89d641
commit
fc8bc4b5c0
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ prof_recent_alloc_dump_node(emitter_t *emitter, prof_recent_t *node) {
|
||||||
emitter_json_object_end(emitter);
|
emitter_json_object_end(emitter);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PROF_RECENT_PRINT_BUFSIZE 4096
|
#define PROF_RECENT_PRINT_BUFSIZE 65536
|
||||||
void
|
void
|
||||||
prof_recent_alloc_dump(tsd_t *tsd, write_cb_t *write_cb, void *cbopaque) {
|
prof_recent_alloc_dump(tsd_t *tsd, write_cb_t *write_cb, void *cbopaque) {
|
||||||
buf_writer_t buf_writer;
|
buf_writer_t buf_writer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue