Remove MAP_NORESERVE support

It was only used by the swap feature, and that is gone.
This commit is contained in:
Mike Hommey
2012-04-10 18:19:45 +02:00
committed by Jason Evans
parent a8683fbaf9
commit c5851eaf6e
2 changed files with 14 additions and 28 deletions

View File

@@ -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);