Browse Source

Almost complete rewrite of malloc, to have a more efficient data

structure of tracking pages returned by mmap(). Lots of testing by
lots of people, thanks to you all.
ok djm@ (for a slighly earlier version) deraadt@
OPENBSD_4_4
otto 16 years ago
parent
commit
c2d85e2043
1 changed files with 839 additions and 1447 deletions
  1. +839
    -1447
      src/lib/libc/stdlib/malloc.c

+ 839
- 1447
src/lib/libc/stdlib/malloc.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save