mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-26 22:05:39 +03:00
Cleanup smoothstep.sh / .h.
h_step_sum was used to compute moving sum. Not in use anymore.
This commit is contained in:
parent
1df18d7c83
commit
927239b910
4 changed files with 205 additions and 207 deletions
|
|
@ -40,7 +40,7 @@ const arena_bin_info_t arena_bin_info[NBINS] = {
|
|||
};
|
||||
|
||||
const uint64_t h_steps[SMOOTHSTEP_NSTEPS] = {
|
||||
#define STEP(step, h, x, y, h_sum) \
|
||||
#define STEP(step, h, x, y) \
|
||||
h,
|
||||
SMOOTHSTEP
|
||||
#undef STEP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue