[fpc-devel] Question on IsMemoryManagerSet logic

2022-01-23 Thread Christo Crause via fpc-devel
Trying to detect at unit initialization if a memory manager has been installed (xtensa-freertos) fails on FreeRTOS target. It appears that IsMemoryManagerSet[1] always returns false for this target, even if a custom memory manager has been installed. Looking at the implementation of IsMemoryManag

Re: [fpc-devel] syshelpers patches

2022-01-23 Thread Zeljko Avramovic via fpc-devel
> > https://gitlab.com/freepascal.org/fpc/source/-/issues/39541 > > Thank you. I already applied 2 patches, I still need to commit the examples. Nice. Thanks! Please close the issue when you are done. Btw, I guess that I should create syshelpers.xml for new doc related to just syshelpers unit?