memterface 1.0.7
Generic allocator API for templated code. Intended to supersede std.experimental.allocator.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Memterface
A generic allocator API for templated code. Intended to supersede std.experimental.allocator.
If there are any allocator designs you would like to see in memterface.allocator.*
, or you need a new API extension to make
your allocator more awesome, then please open an issue!
Documentation
Inline documentation is available in the library's source code:
Module | Description |
---|---|
memterface.iface | The actual allocator API & how to use it. |
memterface.ctor | Create valid type instances with memory from allocators. |
memterface.wrap | Wrap allocators from std.experimental.allocator. |
memterface.allocator.gc | GCAllocator : D's built-in garbage collector. |
memterface.allocator.malloc | CAllocator : The C standard library's malloc . |
memterface.allocator.bottom | BottomAllocator : The fallback used at the bottom of a chain of fallbacks. |
- 1.0.7 released 6 days ago
- ichordev/memterface
- BSL-1.0
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.7 2025-Aug-23 1.0.6 2025-Aug-20 1.0.5 2025-Aug-17 1.0.4 2025-Feb-25 1.0.3 2025-Feb-22 - Download Stats:
-
-
1 downloads today
-
1 downloads this week
-
2 downloads this month
-
14 downloads total
-
- Score:
- 0.4
- Short URL:
- memterface.dub.pm