CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/27 10:31:09
Modified files:
lib/libc/stdlib: malloc.c
Log message:
Change the way malloc_init() works so that the main data structures
can be made immutable to provide extra protection. Also init pools
on-demand: only pools that are actually used are initialized.
Tested by many
