Browse Source

malloc(3) implementation from FreeBSD; uses mmap(2) to get memory

OPENBSD_2_0
tholo 28 years ago
parent
commit
63aa099bc1
1 changed files with 1158 additions and 365 deletions
  1. +1158
    -365
      src/lib/libc/stdlib/malloc.c

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


Loading…
Cancel
Save