summaryrefslogtreecommitdiff
path: root/frontends/amiga/schedule.h
Commit message (Collapse)AuthorAgeFilesLines
* AmigaOS low memory handler attempt 2Chris Young2016-11-271-0/+1
| | | | | | | Neither freeing slabs nor purging the cache are safe to call from interrupts, so instead we schedule these to run on NetSurf's process. If NetSurf is busy, there may be significant delay, so the priority is set low to ensure this is called only when other - faster - memory handlers have been exhausted. I don't know if this works, or is sane, as I'm not entirely sure how to test it. Something similar needs adding for OS4 but low memory is less of an issue there, so will see if this works on OS3 first.
* move frontends into sub directoryVincent Sanders2016-05-151-0/+57