mariadb/mem
marko 53b14f2f5d branches/zip: When creating a memory heap, set the block size to what
was actually obtained from the buddy allocator.  This should avoid some
internal memory fragmentation in mem_heap_create() and mem_heap_alloc().

mem_area_alloc(): Change the in parameter size to an in/out parameter.
Adjust the size based on what was obtained from pool->free_list[].

mem_heap_create_block(): Adjust block->len to what was obtained from
mem_area_alloc().
2007-09-21 10:22:58 +00:00
..
mem0dbg.c branches/zip: Merge 1809:1830 from trunk. 2007-09-10 10:09:01 +00:00
mem0mem.c branches/zip: When creating a memory heap, set the block size to what 2007-09-21 10:22:58 +00:00
mem0pool.c branches/zip: When creating a memory heap, set the block size to what 2007-09-21 10:22:58 +00:00