Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-31 | Reduce size of pool allocator blocks to minimize waste. | Tor Andersson | |
A lot of EPUB pool allocated data is much smaller than the default size, leading to a lot of wasted memory. | |||
2018-01-24 | Allow oversize allocations in pool allocator. | Tor Andersson | |
2017-04-27 | Include required system headers. | Tor Andersson | |
2016-11-14 | More API tweaks. | Robin Watts | |
Move internal functions from public to private headers. | |||
2016-10-18 | All external drop functions handles NULL. | Sebastian Rasmussen | |
2016-10-12 | Use pool allocator when parsing CSS. | Tor Andersson | |
Fixes memory leaks when parsing throws exceptions and saves a lot of tiny mallocs for objects that have common life times. | |||
2016-01-08 | Add pool allocator. | Tor Andersson | |