summaryrefslogtreecommitdiff
path: root/src/cairo-mempool.c
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflows in cairo-mempoolUli Schlachter2021-09-151-15/+15
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-3/+3
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* mempool: Reduce an assert into an error return for get_buddy()Chris Wilson2013-03-151-1/+2
* mempool: Reduce the assertion into an alignment adjustment for the baseChris Wilson2012-12-011-0/+9
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-0/+359