mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Move extent ehook calls into ehooks
This commit is contained in:
committed by
David Goldblatt
parent
ba8b9ecbcb
commit
ae0d8e8591
@@ -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 *);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user