summaryrefslogtreecommitdiff
path: root/rts/Pool.c
Commit message (Expand)AuthorAgeFilesLines
* rts: use allocation helpers from RtsUtilsnineonine2021-12-101-3/+3
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-11/+11
* rts/Pool: Add poolTryTakeBen Gamari2015-11-261-11/+30
* rts: Add simple resource poolBen Gamari2015-11-231-0/+180