mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-30 19:26:07 +03:00
Use JEMALLOC_INLINE_C everywhere it's appropriate.
This commit is contained in:
parent
1f725eb7b5
commit
af1f592763
4 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
static inline int
|
||||
JEMALLOC_INLINE_C int
|
||||
extent_szad_comp(extent_node_t *a, extent_node_t *b)
|
||||
{
|
||||
int ret;
|
||||
|
|
@ -25,7 +25,7 @@ extent_szad_comp(extent_node_t *a, extent_node_t *b)
|
|||
rb_gen(, extent_tree_szad_, extent_tree_t, extent_node_t, link_szad,
|
||||
extent_szad_comp)
|
||||
|
||||
static inline int
|
||||
JEMALLOC_INLINE_C int
|
||||
extent_ad_comp(extent_node_t *a, extent_node_t *b)
|
||||
{
|
||||
uintptr_t a_addr = (uintptr_t)a->addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue