mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-19 10:25:38 +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
|
|
@ -244,7 +244,7 @@ bt_init(prof_bt_t *bt, void **vec)
|
|||
bt->len = 0;
|
||||
}
|
||||
|
||||
static inline void
|
||||
JEMALLOC_INLINE_C void
|
||||
prof_enter(prof_tdata_t *tdata)
|
||||
{
|
||||
|
||||
|
|
@ -256,7 +256,7 @@ prof_enter(prof_tdata_t *tdata)
|
|||
malloc_mutex_lock(&bt2gctx_mtx);
|
||||
}
|
||||
|
||||
static inline void
|
||||
JEMALLOC_INLINE_C void
|
||||
prof_leave(prof_tdata_t *tdata)
|
||||
{
|
||||
bool idump, gdump;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue