Skip to content

Adapt the APR memory pool for use by Rust code #4

@khklau

Description

@khklau

In Apache2 modules allocating from the heap via any malloc implementation is forbidden. Instead modules are expected to allocate via the supplied APR memory pools.

To allow the std Rust containers to be used the APR memory pool must be adapted to fit one of the allocator traits and it must be set as the default global allocator.

Metadata

Metadata

Assignees

Labels

dev qolDeveloper quality of life improvement

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions