mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
Every shell execution creates and destroys a FIFO, it seems, so it's good to avoid the raw allocator (and thus the kernel VM translation map) here. After this change, the only remaining use of the raw allocator during a rebuild of HaikuDepot + the mime_db is the flatArgs malloc(), and the change to increase the block sizes to 16K will reduce that to a small number of calls.