Miscellaneous s/chunk/extent/ updates.

This commit is contained in:
Jason Evans
2016-06-01 13:53:56 -07:00
parent a43db1c608
commit c8c3cbdf47
8 changed files with 17 additions and 19 deletions

View File

@@ -5,7 +5,6 @@ typedef struct tcache_bin_stats_s tcache_bin_stats_t;
typedef struct malloc_bin_stats_s malloc_bin_stats_t;
typedef struct malloc_large_stats_s malloc_large_stats_t;
typedef struct arena_stats_s arena_stats_t;
typedef struct chunk_stats_s chunk_stats_t;
#endif /* JEMALLOC_H_TYPES */
/******************************************************************************/
@@ -76,7 +75,7 @@ struct malloc_large_stats_s {
*/
uint64_t nrequests;
/* Current number of (multi-)chunk allocations of this size class. */
/* Current number of allocations of this size class. */
size_t curlextents;
};