test/test-blob.c


Log

Author Commit Date CI Message
Behdad Esfahbod 5be7d047 2011-05-17T15:05:34 Check for mmap() Apparently there exist systems with mprotect(), but not mmap()?
Behdad Esfahbod c098c3ac 2011-05-12T10:49:30 [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS More portable.
Behdad Esfahbod b8477e1d 2011-05-11T21:12:44 [test] Add tests for _get_empty() funcs
Behdad Esfahbod f82c1863 2011-05-10T17:48:34 [test/blob] Fix bug in test
Behdad Esfahbod 785d23ac 2011-05-10T17:41:44 [test/blob] Add create_sub_blob()
Behdad Esfahbod 0617b155 2011-05-10T17:37:08 [test] Test blob API