diff options
| author | Jason Evans <je@fb.com> | 2014-11-07 22:50:38 (GMT) |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2014-11-07 22:50:38 (GMT) |
| commit | 9cf2be0a81b77d4586591c19fb469a51fe6684fa (patch) | |
| tree | 69f0ca5a8442fa7ff9523eeaab9431127e8ffabc /include/jemalloc | |
| parent | c002a5c80058ee27acb234ef34f69b0cf6836836 (diff) | |
| download | jemalloc-9cf2be0a81b77d4586591c19fb469a51fe6684fa.zip jemalloc-9cf2be0a81b77d4586591c19fb469a51fe6684fa.tar.gz jemalloc-9cf2be0a81b77d4586591c19fb469a51fe6684fa.tar.bz2 | |
Make quarantine_init() static.
Diffstat (limited to 'include/jemalloc')
| -rw-r--r-- | include/jemalloc/internal/private_symbols.txt | 3 | ||||
| -rw-r--r-- | include/jemalloc/internal/quarantine.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/jemalloc/internal/private_symbols.txt b/include/jemalloc/internal/private_symbols.txt index 1988c6e..ee973c9 100644 --- a/include/jemalloc/internal/private_symbols.txt +++ b/include/jemalloc/internal/private_symbols.txt @@ -338,9 +338,8 @@ prof_thread_name_get prof_thread_name_set quarantine quarantine_alloc_hook -quarantine_cleanup quarantine_alloc_hook_work -quarantine_init +quarantine_cleanup register_zone rtree_delete rtree_get diff --git a/include/jemalloc/internal/quarantine.h b/include/jemalloc/internal/quarantine.h index a399faa..ae60739 100644 --- a/include/jemalloc/internal/quarantine.h +++ b/include/jemalloc/internal/quarantine.h @@ -29,7 +29,6 @@ struct quarantine_s { /******************************************************************************/ #ifdef JEMALLOC_H_EXTERNS -quarantine_t *quarantine_init(tsd_t *tsd, size_t lg_maxobjs); void quarantine_alloc_hook_work(tsd_t *tsd); void quarantine(tsd_t *tsd, void *ptr); void quarantine_cleanup(tsd_t *tsd); |
