mirror of
http://git.mos6581.com/ManchildProductions/Male-Poon.git
synced 2026-05-29 18:23:53 +00:00
jemalloc3: make chunksize handle native sizes on x64
This commit is contained in:
@@ -156,7 +156,7 @@ jemalloc_stats_impl(jemalloc_stats_t *stats)
|
||||
/* get the summation for all arenas, i == narenas */
|
||||
CTL_I_GET("stats.arenas.0.pdirty", pdirty, narenas);
|
||||
|
||||
stats->chunksize = 1 << lg_chunk;
|
||||
stats->chunksize = (size_t) 1 << lg_chunk;
|
||||
stats->mapped = mapped;
|
||||
stats->allocated = allocated;
|
||||
stats->waste = active - allocated;
|
||||
|
||||
Reference in New Issue
Block a user