mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-16 05:37:18 +03:00
Remove MAP_NORESERVE support
It was only used by the swap feature, and that is gone.
This commit is contained in:
parent
a8683fbaf9
commit
c5851eaf6e
2 changed files with 14 additions and 28 deletions
|
|
@ -10,7 +10,6 @@
|
|||
#ifdef JEMALLOC_H_EXTERNS
|
||||
|
||||
void *chunk_alloc_mmap(size_t size);
|
||||
void *chunk_alloc_mmap_noreserve(size_t size);
|
||||
void chunk_dealloc_mmap(void *chunk, size_t size);
|
||||
|
||||
bool chunk_mmap_boot(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue