Home | History | Annotate | Download | only in stdlib

Lines Matching refs:win32munmap

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