summaryrefslogtreecommitdiff
path: root/deps/jemalloc/include/jemalloc/internal/base.h
blob: d6b81e162e0009267876abc254956125fa45f45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/******************************************************************************/
#ifdef JEMALLOC_H_TYPES

#endif /* JEMALLOC_H_TYPES */
/******************************************************************************/
#ifdef JEMALLOC_H_STRUCTS

#endif /* JEMALLOC_H_STRUCTS */
/******************************************************************************/
#ifdef JEMALLOC_H_EXTERNS

void	*base_alloc(tsdn_t *tsdn, size_t size);
void	base_stats_get(tsdn_t *tsdn, size_t *allocated, size_t *resident,
    size_t *mapped);
bool	base_boot(void);
void	base_prefork(tsdn_t *tsdn);
void	base_postfork_parent(tsdn_t *tsdn);
void	base_postfork_child(tsdn_t *tsdn);

#endif /* JEMALLOC_H_EXTERNS */
/******************************************************************************/
#ifdef JEMALLOC_H_INLINES

#endif /* JEMALLOC_H_INLINES */
/******************************************************************************/