• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

11.8.2.1 Boehm-GC support
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Foreign Language Interface
        • Notes on Using Foreign Code
          • Memory Allocation
            • Boehm-GC support
              • PL_malloc_atomic()
              • PL_malloc_uncollectable()
              • PL_malloc_atomic_uncollectable()
              • PL_malloc_stubborn()
              • PL_end_stubborn_change()
    • Packages
Availability:C-language interface function
void* PL_malloc_stubborn(size_t bytes)
void PL_end_stubborn_change(void *memory)
These functions allow creating objects, promising GC that the content will not change after PL_end_stubborn_change().
ClioPatria (version V3.1.1-21-gb8003bb)