mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-30 00:58:02 +03:00
Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
This fixes a regression introduced by
d433471f58 (Derive
{allocated,nmalloc,ndalloc,nrequests}_large stats.).
This commit is contained in:
parent
079b8bee37
commit
472fef2e12
2 changed files with 2 additions and 14 deletions
|
|
@ -81,7 +81,7 @@ struct arena_stats_s {
|
|||
#endif
|
||||
|
||||
/* Number of bytes currently mapped, excluding retained memory. */
|
||||
size_t mapped; /* Derived. */
|
||||
size_t mapped; /* Partially derived. */
|
||||
|
||||
/*
|
||||
* Number of bytes currently retained as a side effect of munmap() being
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue