mariadb/buf
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
..
buf0buf.c branches/zip: os_mem_alloc_large(), os_mem_free_large(): 2006-11-01 08:13:58 +00:00
buf0flu.c branches/zip: Enclose some more debug code in #ifdef UNIV_SYNC_DEBUG 2006-10-31 16:51:16 +00:00
buf0lru.c branches/zip: Prepare for buffer pool allocation in several chunks. 2006-10-30 15:15:19 +00:00
buf0rea.c branches/zip: Remove many fil_space_get_zip_size() calls. 2006-10-19 11:07:50 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00