index
:
lib/lpsm.git
master
origin
Linux Persistent Memory library
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct the computation of current_size in realloc(). It now passes the
H. Peter Anvin
2001-10-15
1
-1
/
+1
*
Add code to verify that none of the allocated memory regions overlap.
H. Peter Anvin
2001-10-15
1
-2
/
+27
*
Now realloc() mostly works... checkpoint the work here.
H. Peter Anvin
2001-10-15
3
-53
/
+122
*
Add realloc; clean up prototypes and comments.
H. Peter Anvin
2001-10-15
1
-7
/
+8
*
Implement realloc(). Not tested yet.
H. Peter Anvin
2001-10-15
1
-7
/
+170
*
Start with an arena size of 128K. We can extend it at our leisure.
to-tytso-20011013
H. Peter Anvin
2001-10-13
1
-1
/
+1
*
Now we have functioning extension of the arena.
H. Peter Anvin
2001-10-13
1
-27
/
+147
*
Replace debugging printf()'s with DPRINTF()
H. Peter Anvin
2001-10-13
1
-19
/
+24
*
Modify the bitmap definition so that we use positive offsets, which make
H. Peter Anvin
2001-10-13
3
-42
/
+48
*
Add back pointers so we can reclaim SLAB pages easier; make work better
H. Peter Anvin
2001-10-13
1
-24
/
+25
*
Working allocation and freeing; still need reverse list pointer
H. Peter Anvin
2001-10-13
3
-52
/
+171
*
Mostly working allocator (slab and buddy), although extension of the
H. Peter Anvin
2001-10-13
5
-77
/
+578
*
Create a Makefile; fix memory-overwrite bug when file_len > requested_len
H. Peter Anvin
2001-10-09
3
-11
/
+57
*
Split the internals into a separate header file.
H. Peter Anvin
2001-07-08
4
-41
/
+59
*
Initial version under CVS control
H. Peter Anvin
2001-07-08
7
-0
/
+955
[prev]