mariadb/os
marko 42bd3289a3 branches/zip: os_mem_alloc_large(), os_mem_free_large():
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.
2006-11-01 08:13:58 +00:00
..
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00
os0file.c branches/zip: Remove os_file_check_page_trailers(). It was used in 2006-09-29 11:26:20 +00:00
os0proc.c branches/zip: os_mem_alloc_large(), os_mem_free_large(): 2006-11-01 08:13:58 +00:00
os0sync.c branches/zip: Merge revisions 720:765 from trunk and reindent the code 2006-08-29 09:30:31 +00:00
os0thread.c branches/zip: Merge revisions 804:838 from trunk. 2006-09-19 10:14:07 +00:00