summaryrefslogtreecommitdiff
path: root/src/mempool.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't artifically limit the number of memory pools we can have (note they ↵Chris Young2013-02-271-0/+1
| | | | don't get freed currently)
* Fix mempool dump reportingChris Young2013-02-261-1/+1
|
* Keep track of whether the pool allocation is on-chip or not. #ifdef the ↵Chris Young2013-02-261-20/+24
| | | | Amiga-specific parts.
* Experiment 2: Allocate the lwc_string into memory pools (two of 64K each to ↵Chris Young2013-02-261-0/+147
cover the 4091 buckets). The first of these pools is allocated in OCM if available. The string itself is moved to a separate allocation in main memory to prevent variable-length allocations in the pools.