justin = { main feed , music , code , askjf , pubkey }; | |||
Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.
|
|||
Question: are you taking any extra precautions in order to deal with heap fragmentation in reaper? Asked by gio (62.103.65.x) on July 25 2011, 6:20pm Reply on July 26 2011, 3:49am:
REAPER does tend to use a lot of persistent buffers. WDL_HeapBuf, WDL_TypedBuf, etc, as members of classes, come in handy... and for things like queues we usually queue blocks and then store free blocks for later use. Comment:
|