Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:MUNMAP_DEFAULT

1641 #define MUNMAP_DEFAULT(a, s)  munmap((a), (s))
1698 #define MUNMAP_DEFAULT(a, s) win32munmap((a), (s))
1736 #define CALL_MUNMAP(a, s) MUNMAP_DEFAULT((a), (s))