WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=2c5d3f8bc961e405d55bdec321d83139c8b4f1f8

commit 2c5d3f8bc961e405d55bdec321d83139c8b4f1f8
Author: Gareth Halfacree <freela...@halfacree.co.uk>
Date:   Wed Nov 22 05:53:41 2017 -0800

    Wiki page eina-mempool.md changed with summary [created] by Gareth Halfacree
---
 .../guides/c/eina/tools/eina-mempool.md.txt        | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/pages/develop/guides/c/eina/tools/eina-mempool.md.txt 
b/pages/develop/guides/c/eina/tools/eina-mempool.md.txt
new file mode 100644
index 000000000..9649b5d1f
--- /dev/null
+++ b/pages/develop/guides/c/eina/tools/eina-mempool.md.txt
@@ -0,0 +1,24 @@
+---
+~~Title: Memory Pool~~
+~~NOCACHE~~
+---
+
+# Memory Pool #
+
+The ``Eina_Mempool`` tool provides functionality for working with memory 
pools. These memory pools allow you to preallocate fixed-sized memory spaces, 
and are designed to simplify memory management tasks.
+
+## Available Mempools ##
+
+The following mempools are available:
+
+* ``buddy``
+* ``chained_pool``
+* ``ememoa_fixed`` and ``ememoa_unknown``
+* ``fixed_bitmap``
+* ``pass_through``
+* ``one_big``
+
+## Further Reading ##
+
+[The Memory Pool 
API](https://www.enlightenment.org/develop/legacy/api/c/start#group__Eina__Memory__Pool__Group.html)
+:    A reference for the Memory Pool API.
\ No newline at end of file

-- 


Reply via email to