diff options
| author | Ben Gras <ben@minix3.org> | 2012-12-17 18:26:52 +0000 |
|---|---|---|
| committer | Ben Gras <ben@minix3.org> | 2012-12-26 16:14:41 +0000 |
| commit | 29edcad310c8b7b5e4d185d4c29dc13bfdf6d085 (patch) | |
| tree | 91a0c81dd5d947f8b84c89583400946287f7d92a /lib/libc/stdlib?id=29edcad310c8b7b5e4d185d4c29dc13bfdf6d085 | |
| parent | cee2d9a296482c13d9df623d7341583b90a02311 (diff) | |
vm: replace phys avl by array
. make vm be able to use malloc() by overriding brk()
and minix_mmap() functions
. phys regions can then be malloc()ed and free()d instead
of being in an avl tree, which is slightly faster
. 'offset' field in phys_region can go too (offset is implied
by position in array) but leads to bigger code changes
Diffstat (limited to 'lib/libc/stdlib?id=29edcad310c8b7b5e4d185d4c29dc13bfdf6d085')
0 files changed, 0 insertions, 0 deletions
