Skip to content

DERMEM: use underlying mem_ functions as appropriate

Adriaan de Groot requested to merge work/adridg/use-dermem-lib into master

This is a preliminary to dropping the #defines from Quick DERMEM that alias all the Quick MEM functions as DERMEM functions. Just use the underlying functions, since there's no additional value to allocating a pool with a function called dermem_open() over the existing mem_open().

Merge request reports