Age | Commit message (Expand) | Author | Files | Lines |
2020-03-09 | svm: track fifo segment virtual memory consumption | Florin Coras | 1 | -38/+64 |
2020-03-05 | session: reduce segment reserved bytes | Florin Coras | 1 | -3/+2 |
2020-03-05 | session: fix segment search on fifo alloc | Florin Coras | 1 | -0/+6 |
2020-02-29 | svm: fix slice locking on fifo alloc | Florin Coras | 1 | -5/+15 |
2020-02-26 | svm: fix coverity warnings | Florin Coras | 1 | -1/+0 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc | Florin Coras | 1 | -7/+133 |
2020-02-26 | svm: remove chunk add function | Florin Coras | 1 | -11/+11 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -7/+8 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 1 | -13/+141 |
2020-02-25 | svm: refactor fifo | Florin Coras | 1 | -94/+95 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 1 | -23/+9 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -6/+0 |
2020-01-31 | session: fix chunk batch alloc for large fifos | Florin Coras | 1 | -6/+8 |
2020-01-03 | session: fix per slice fifo prealloc | Florin Coras | 1 | -8/+10 |
2019-12-20 | svm: fix multichunk alloc with not enough space | Florin Coras | 1 | -2/+32 |
2019-12-20 | svm: fix sh ssvm size for private segments | Florin Coras | 1 | -11/+9 |
2019-12-19 | session: reserve memory for rbtree | Florin Coras | 1 | -4/+42 |
2019-12-12 | session svm: support for segments larger than 4GB | Florin Coras | 1 | -7/+7 |
2019-12-12 | session svm: per thread fifo segment slices | Florin Coras | 1 | -190/+295 |
2019-11-12 | svm: improve fifo segment verbose cli | Florin Coras | 1 | -9/+32 |
2019-11-07 | svm: fix byte accounting when allocating fifo header | Florin Coras | 1 | -0/+1 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 1 | -0/+4 |
2019-07-03 | svm: fix multi-chunk fifo alloc and add more tests | Florin Coras | 1 | -3/+15 |
2019-06-26 | svm: fix fifo segment free chunk bytes accounting | Florin Coras | 1 | -3/+8 |
2019-06-09 | svm: improve fifo segment show | Florin Coras | 1 | -7/+33 |
2019-05-14 | svm: improve fifo segment prealloc support | Florin Coras | 1 | -193/+290 |
2019-05-09 | session: segment manager fixes | Florin Coras | 1 | -17/+2 |
2019-05-07 | svm: decouple fifo and default chunk allocation | Florin Coras | 1 | -124/+128 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 1 | -0/+29 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 1 | -8/+122 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 1 | -0/+639 |