Searched refs:MUNMAP (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c129 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
390 space from system. Note: A single call to MUNMAP is assumed to be
1771 #ifdef MUNMAP
1772 #define CALL_MUNMAP(a, s) MUNMAP((a), (s))
1773 #else /* MUNMAP */
1775 #endif /* MUNMAP */
1785 #define MUNMAP(a, s) (-1) macro
1789 #define CALL_MUNMAP(a, s) MUNMAP((a), (s))
3880 allows reconstruction of the required argument to MUNMAP when freed,

Completed in 49 milliseconds