CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/28 06:41:48
Modified files:
lib/libc/stdlib: malloc.c
Log message:
- An error in the multithreaded case could print the wrong function name
- Start with a full page of struct region_info's
- Save an mprotect in the init code: allocate 3 pages with none and
make the middle page r/w instead of a r/w allocation and two calls to make the
guard pages none
