mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Make quarantine_init() static.
This commit is contained in:
parent
c002a5c800
commit
9cf2be0a81
3 changed files with 2 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ static void quarantine_drain(tsd_t *tsd, quarantine_t *quarantine,
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
quarantine_t *
|
||||
static quarantine_t *
|
||||
quarantine_init(tsd_t *tsd, size_t lg_maxobjs)
|
||||
{
|
||||
quarantine_t *quarantine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue