2.20.1 Limits on memory areas
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Overview
        • System limits
          • Limits on memory areas
            • The heap
    • Packages

2.20.1.1 The heap

With the heap, we refer to the memory area used by malloc() and friends. SWI-Prolog uses the area to store atoms, functors, predicates and their clauses, records and other dynamic data. No limits are imposed on the addresses returned by malloc() and friends.