mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
53b14f2f5d
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(). |
||
---|---|---|
.. | ||
mem0dbg.c | ||
mem0mem.c | ||
mem0pool.c |