mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-27 11:07:33 +03:00
Move extent ehook calls into ehooks
This commit is contained in:
parent
ba8b9ecbcb
commit
ae0d8e8591
13 changed files with 511 additions and 404 deletions
|
|
@ -2400,8 +2400,9 @@ arena_i_extent_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen,
|
|||
arena, new_extent_hooks);
|
||||
READ(old_extent_hooks, extent_hooks_t *);
|
||||
} else {
|
||||
old_extent_hooks = arena_get_extent_hooks(
|
||||
arena);
|
||||
old_extent_hooks =
|
||||
ehooks_get_extent_hooks_ptr(
|
||||
arena_get_ehooks(arena));
|
||||
READ(old_extent_hooks, extent_hooks_t *);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue