Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:win32munmap

1680 static FORCEINLINE int win32munmap(void* ptr, size_t size) {
1698 #define MUNMAP_DEFAULT(a, s) win32munmap((a), (s))