mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-03 09:00:30 +03:00
Add a_type parameter to qr_{meld,split}().
This commit is contained in:
parent
fbe3015818
commit
d4c5aceb7c
3 changed files with 11 additions and 11 deletions
|
|
@ -445,7 +445,7 @@ JEMALLOC_INLINE void
|
|||
extent_ring_insert(extent_t *sentinel, extent_t *extent)
|
||||
{
|
||||
|
||||
qr_meld(sentinel, extent, qr_link);
|
||||
qr_meld(sentinel, extent, extent_t, qr_link);
|
||||
}
|
||||
|
||||
JEMALLOC_INLINE void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue