]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/jemalloc/include/jemalloc/internal/chunk_mmap.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / jemalloc / include / jemalloc / internal / chunk_mmap.h
1 /******************************************************************************/
2 #ifdef JEMALLOC_H_TYPES
3
4 #endif /* JEMALLOC_H_TYPES */
5 /******************************************************************************/
6 #ifdef JEMALLOC_H_STRUCTS
7
8 #endif /* JEMALLOC_H_STRUCTS */
9 /******************************************************************************/
10 #ifdef JEMALLOC_H_EXTERNS
11
12 bool    pages_purge(void *addr, size_t length);
13
14 void    *chunk_alloc_mmap(size_t size, size_t alignment, bool *zero);
15 bool    chunk_dealloc_mmap(void *chunk, size_t size);
16
17 #endif /* JEMALLOC_H_EXTERNS */
18 /******************************************************************************/
19 #ifdef JEMALLOC_H_INLINES
20
21 #endif /* JEMALLOC_H_INLINES */
22 /******************************************************************************/