shithub: riscv

Download patch

ref: 15d1425b276495a82621a8d075176a59a512cdf3
parent: f3216125def1dbfa242c274f66e13176425fa41e
author: Jacob Moody <moody@posixcafe.org>
date: Sat May 4 21:34:22 EDT 2024

libc: increase default allocation for profiling

Current profiling size was 128k, and causes more frustration than it
is worth as demand paging makes this cheap.  Assuming 64 bytes at
worst per Plink this will use ~16M of virtual address space on 64bit
systems.