https://issues.apache.org/ooo/show_bug.cgi?id=118923

--- Comment #69 from Yuri Dario <[email protected]> ---
the alloc_arena code is using 64KB block allocations, which leads to high use
of memory blocks.
libc allocates memory in 16MB chunks to make better use of memory.
Using valloc() allows getting 4KB aligned blocks from heap suballocator.

sal: i118923 - OS/2 port: use libc memory allocator to reduce fragmentation.
Sending        alloc_arena.c
Committed revision 1545312.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to