Use JEMALLOC_INLINE_C everywhere it's appropriate.

This commit is contained in:
Jason Evans 2014-10-30 16:38:08 -07:00
parent 1f725eb7b5
commit af1f592763
4 changed files with 15 additions and 15 deletions

View file

@ -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;