mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-04 02:57:51 +03:00
Remove unused arenas_extend() function declaration.
The arenas_extend() function was renamed to arenas_init() in commit
8bb3198f72, but its function declaration
was not removed from jemalloc_internal.h.in.
This commit is contained in:
parent
af3184cac0
commit
f3060284c5
1 changed files with 0 additions and 1 deletions
|
|
@ -465,7 +465,6 @@ void a0dalloc(void *ptr);
|
|||
void *bootstrap_malloc(size_t size);
|
||||
void *bootstrap_calloc(size_t num, size_t size);
|
||||
void bootstrap_free(void *ptr);
|
||||
arena_t *arenas_extend(unsigned ind);
|
||||
unsigned narenas_total_get(void);
|
||||
arena_t *arena_init(unsigned ind);
|
||||
arena_tdata_t *arena_tdata_get_hard(tsd_t *tsd, unsigned ind);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue