mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Make arena_dalloc_large_locked_impl() static.
This commit is contained in:
@@ -2560,7 +2560,7 @@ arena_dalloc_junk_large_t *arena_dalloc_junk_large =
|
|||||||
JEMALLOC_N(arena_dalloc_junk_large_impl);
|
JEMALLOC_N(arena_dalloc_junk_large_impl);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void
|
static void
|
||||||
arena_dalloc_large_locked_impl(arena_t *arena, arena_chunk_t *chunk,
|
arena_dalloc_large_locked_impl(arena_t *arena, arena_chunk_t *chunk,
|
||||||
void *ptr, bool junked)
|
void *ptr, bool junked)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user