summaryrefslogtreecommitdiff
path: root/source/fitz/pool.c
AgeCommit message (Collapse)Author
2017-04-27Include required system headers.Tor Andersson
2016-11-14More API tweaks.Robin Watts
Move internal functions from public to private headers.
2016-10-18All external drop functions handles NULL.Sebastian Rasmussen
2016-10-12Use 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-08Add pool allocator.Tor Andersson