mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 23:37:19 +03:00
Add "prof.dump_prefix" to override filename prefixes for dumps.
This commit is contained in:
parent
242af439b8
commit
4b76c684bb
8 changed files with 166 additions and 38 deletions
|
|
@ -103,6 +103,7 @@ bool ctl_boot(void);
|
|||
void ctl_prefork(tsdn_t *tsdn);
|
||||
void ctl_postfork_parent(tsdn_t *tsdn);
|
||||
void ctl_postfork_child(tsdn_t *tsdn);
|
||||
void ctl_mtx_assert_held(tsdn_t *tsdn);
|
||||
|
||||
#define xmallctl(name, oldp, oldlenp, newp, newlen) do { \
|
||||
if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue