summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/reallocpool.h
AgeCommit message (Collapse)Author
2016-04-03don't collect rt-mempoll statistics anymore (by default)Robin Gareus
2016-03-19suppress realloc-poll debug messages in optimized buildsRobin Gareus
2016-02-22realloc-pool unit-testRobin Gareus
2016-02-22time-bound memory-poolRobin Gareus
O(1) realloc() for use with Lua. A standard malloc/free/realloc API is exposed for testing and other potential use-cases. The current configuration it's performs well for lua-metatables (regular calls to realloc() with varying tiny chunks ~1-50 bytes) For the use-case at hand it outperforms TLSF.