mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
42bd3289a3
On POSIX, use mmap() and munmap(). On Windows, use VirtualAlloc() and VirtualFree(). Only on Netware, use ut_malloc_low() and ut_free(). The lower-level functions on POSIX and Windows allow InnoDB to return memory to the operating system when the buffer pool is shrunk. |
||
---|---|---|
.. | ||
Makefile.am | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |