mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-03 02:34:17 +03:00
Hide methods from jemalloc_init.h that are not used in other units
This commit is contained in:
parent
1ffd5e96d6
commit
ddc17cdb51
3 changed files with 4 additions and 18 deletions
|
|
@ -12,8 +12,6 @@ typedef enum malloc_init_e malloc_init_t;
|
|||
extern malloc_init_t malloc_init_state;
|
||||
|
||||
bool malloc_is_initializer(void);
|
||||
bool malloc_initializer_is_set(void);
|
||||
void malloc_initializer_set(void);
|
||||
|
||||
bool malloc_init_hard_a0(void);
|
||||
bool malloc_init_hard(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue