Home | History | Annotate | Download | only in src

Lines Matching refs:win32munmap

1382 static int win32munmap(void* ptr, size_t size) {
1400 #define CALL_MUNMAP(a, s) win32munmap((a), (s))