mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 17:47:22 +03:00
Initialize arena_bin_info at compile time rather than at boot time.
This resolves #370.
This commit is contained in:
parent
b683734b43
commit
627372b459
5 changed files with 100 additions and 96 deletions
|
|
@ -23,7 +23,7 @@ watch_junking(void *p)
|
|||
}
|
||||
|
||||
static void
|
||||
arena_dalloc_junk_small_intercept(void *ptr, arena_bin_info_t *bin_info)
|
||||
arena_dalloc_junk_small_intercept(void *ptr, const arena_bin_info_t *bin_info)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue