Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ | |||
2014-10-30 | mempool: add a zeroing alloc function | Michal Schmidt | |
Add mempool_alloc0_tile(). It's like mempool_alloc_tile(), but it initializes the allocated tile's memory to zero. | |||
2014-10-23 | shared: split mempool implementation from hashmaps | Michal Schmidt | |