RSS feed
bec29fb7
– Ori Bernstein <orib@google.com>
authored
on 2012/07/25 10:32
Pretty up the source a bit.
a6d583da
– Ori Bernstein <orib@google.com>
authored
on 2012/07/25 10:18
Rename 'bin' to 'chunk'.
52f3611a
– Ori Bernstein <orib@google.com>
authored
on 2012/07/25 10:02
Unmap unused and uncached slabs.
b3fc7da3
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 21:01
Start using the slab cache.
98be0723
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 19:20
Tweak the allocator and the hello world test.
597b6cc6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 19:00
Test the sizes more thoroughly.
23896ee4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 18:54
It looks like the allocator is working.
6bc30379
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 16:43
Make the allocator a bit less crashy.
ba3463e8
– Ori Bernstein <orib@google.com>
authored
on 2012/07/24 13:20
Make the allocator work?
3a641b03
– Ori Bernstein <orib@google.com>
authored
on 2012/07/24 13:18
Initialize the entry to the loop correctly.
67195e13
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/24 06:53
Fix typos.
c3f597fc
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/23 22:17
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
6e32479c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/23 22:11
Fix dereference bugs.
8fc0fa9c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/23 21:27
Call mmap correctly.
6047575d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/23 13:07
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
f12188ae
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/22 20:50
Strip the "-sysname" suffix from usefiles.
a55b663c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/22 12:58
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/libmyr
b3ea4473
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/22 11:18
Many build fixes.
8f126779
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/22 00:42
Get bucket numbers for more general alloc goodness.
19ee1c53
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 23:06
Fill in the rest of the slab allocator. Untested.
dc7a19d1
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 22:46
Initialize slabs in the allocator.
056657fa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 21:22
More syscall fixes.
54366e8a
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 20:03
Split OSX/Linux syscall stubs.
4a5814d7
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 17:01
Make system calls work on OSX.
42d8c267
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 16:20
Compile on OSX
4932534d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/21 16:03
Add missing file.
ebabe7af
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/20 22:42
Die if we don't get a valid mmap result.
48187205
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/20 22:42
Strings are now byte[,], not char[,]
fafd156d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/20 21:55
Work towards making the allocator compile.
207a4bb4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2012/07/20 16:59
Build with OSX
21d4f2bc
– Ori Bernstein <orib@google.com>
authored
on 2012/07/20 14:49
Start work on memory allocator.
3f34c5eb
– Ori Bernstein <orib@google.com>
authored
on 2012/07/17 13:58
Initial commit.