mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 09:07:18 +03:00
Enable the stats configuration option by default.
This commit is contained in:
parent
c90ad71237
commit
d073a32109
3 changed files with 4 additions and 7 deletions
|
|
@ -882,8 +882,6 @@ OOM:
|
|||
}
|
||||
errno = ENOMEM;
|
||||
}
|
||||
|
||||
RETURN:
|
||||
if (config_prof && opt_prof && ret != NULL)
|
||||
prof_malloc(ret, usize, cnt);
|
||||
if (config_stats && ret != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue