dc6ee2401b
The custom memory manager is only needed to avoid freeing the memory segments; the default InProcessMemoryManager (which is mostly copied) already does slab allocation to keep all segments together which is needed for exception handling support. A limitation of this rudimentary support is that CLING_DEBUG and CLING_PROFILE do not work, they need to be registered as plugins. |
||
---|---|---|
.. | ||
Interpreter | ||
MetaProcessor | ||
UserInterface | ||
Utils | ||
CMakeLists.txt |