summaryrefslogtreecommitdiff
path: root/src/cairo-mempool.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Create _cairo_calloc() macro to replace calloc()Adrian Johnson1-1/+1
2021-09-15Fix integer overflows in cairo-mempoolUli Schlachter1-15/+15
2021-07-25Use uintptr_t for all casts between pointer and integerAdrian Johnson1-3/+3
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2013-03-15mempool: Reduce an assert into an error return for get_buddy()Chris Wilson1-1/+2
2012-12-01mempool: Reduce the assertion into an alignment adjustment for the baseChris Wilson1-0/+9
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-0/+359