aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tcache_inlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/tcache_inlines.h')
-rw-r--r--include/jemalloc/internal/tcache_inlines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jemalloc/internal/tcache_inlines.h b/include/jemalloc/internal/tcache_inlines.h
index 0a6feb59..0f6ab8cb 100644
--- a/include/jemalloc/internal/tcache_inlines.h
+++ b/include/jemalloc/internal/tcache_inlines.h
@@ -39,8 +39,8 @@ tcache_event(tsd_t *tsd, tcache_t *tcache) {
}
JEMALLOC_ALWAYS_INLINE void *
-tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size,
- szind_t binind, bool zero, bool slow_path) {
+tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
+ UNUSED size_t size, szind_t binind, bool zero, bool slow_path) {
void *ret;
cache_bin_t *bin;
bool tcache_success;