allow requests for hugepages in memmgr interface if USE_MMAP is enabled |
|
More...
|
about 9 years ago
|
Added SECCOMP helper function to fallback to SECCOMP2 under LXC where SECCOMP1 can be disabled by the default ubuntu lxc.seccomp settings |
|
More...
|
about 9 years ago
|
added standard bsd license |
|
More...
|
about 9 years ago
|
Added standard zlib compressor/decompressor |
|
More...
|
about 9 years ago
|
only truly zero the recycled bits, not the preallocated ones |
|
More...
|
over 9 years ago
|
ensure every memmgr_alloc is zero'd |
|
More...
|
over 9 years ago
|
automatically set up all threads that wish to have access to the new memory manager by allocating all threads memory up front in an init function--can specify smaller levels of memory for workers than for the main thread (or larger) |
|
More...
|
over 9 years ago
|
add more tests for the MemMgr system. Doesn't seem to be compatible with lzham yet due to alignment odditieis |
|
More...
|
over 9 years ago
|
add default for power of two rounding options |
|
More...
|
over 9 years ago
|
added the MemMgr fixed-sized memory allocator to complement the bump allocator |
|
More...
|
over 9 years ago
|
allow the selection of an option to make the array dimensions padded to a power of two--this can help with alignment or array math |
|
More...
|
over 9 years ago
|
minor updates for C++11 and a few convenience methods |
|
More...
|
over 9 years ago
|
update the billed bytes when zlib files of greater than 65536 files are created |
|
More...
|
over 9 years ago
|
add explicit casts to uint8_t |
|
More...
|
over 9 years ago
|
added basic zlib writer tests and full buffered writer tests |
|
More...
|
over 9 years ago
|
support subslices of array |
|
More...
|
over 9 years ago
|
removed C++98 warnings |
|
More...
|
over 9 years ago
|
added buffered io class and finished an implementation of zlib0 (without tests yet) |
|
More...
|
over 9 years ago
|
added zlib writing capability-- need to make tests and make sure it worsk |
|
More...
|
over 9 years ago
|
added skeleton of a deterministic zlib library |
|
More...
|
over 9 years ago
|
Make sure that Array and Array::Slice are POD |
|
More...
|
over 9 years ago
|
fix some compiler warnings |
|
More...
|
over 9 years ago
|
increase code coverage and fix up the idea of when a buffer is urgent to flush |
|
More...
|
over 9 years ago
|
Added a MuxReader/Writer class that lets multiple streams be efficiently embedded into a single file using a simple delimiting protocol |
|
More...
|
over 9 years ago
|
Merge branch 'master' of github.com:sirikata/sirikata |
|
More...
|
over 9 years ago
|
Add support for stochastic simplification + fix some simplification bugs. |
|
More...
|
over 9 years ago
|
Minor bug fix to display aggregates |
|
More...
|
over 9 years ago
|
added memset and gets and other functionality |
|
More...
|
over 9 years ago
|
fixing name of file |
|
More...
|
over 9 years ago
|
added ND array class for general purpose usage |
|
More...
|
over 9 years ago
|