Crate phper_alloc[][src]

Type Definitions

EBox

The Box which use php emalloc and efree to manage memory. TODO now feature allocator_api is still unstable, using global allocator instead.

EVec

The Vec which use php emalloc and efree to manage memory. TODO now feature allocator_api is still unstable, using global allocator instead.