• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Eina Menu

Eina Programming Guide
Data Types Iterator Functions Strings Arrays Hash Tables Lists Generic Value
Eina Tools String Memory Pool Safety Checks

Memory Pool

The Eina_Mempool tool provides memory pool functionality. With a memory pool, you can preallocate fixed-size memory spaces for easy memory management.

Related Info

  • Memory Pool API

The following mempools are available:

  • buddy
  • chained_pool
  • ememoa_fixed and ememoa_unknown
  • fixed_bitmap
  • pass_through
  • one_big

Eina Menu

Eina Programming Guide
Data Types Iterator Functions Strings Arrays Hash Tables Lists Generic Value
Eina Tools String Memory Pool Safety Checks