├── LICENSE ├── README.md ├── Sample ├── GarbageCollectorDemo.dpr ├── GarbageCollectorDemo.dproj ├── GarbageCollectorDemo.res ├── uFrDemo.dfm └── uFrDemo.pas └── uGarbageCollector.pas /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/README.md -------------------------------------------------------------------------------- /Sample/GarbageCollectorDemo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/Sample/GarbageCollectorDemo.dpr -------------------------------------------------------------------------------- /Sample/GarbageCollectorDemo.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/Sample/GarbageCollectorDemo.dproj -------------------------------------------------------------------------------- /Sample/GarbageCollectorDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/Sample/GarbageCollectorDemo.res -------------------------------------------------------------------------------- /Sample/uFrDemo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/Sample/uFrDemo.dfm -------------------------------------------------------------------------------- /Sample/uFrDemo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/Sample/uFrDemo.pas -------------------------------------------------------------------------------- /uGarbageCollector.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daviladanielc/Delphi-Garbage-Collector/HEAD/uGarbageCollector.pas --------------------------------------------------------------------------------