Crate phper_alloc

source ·
Expand description

phper-alloc

Allocator related items for phper.

License

MulanPSL-2.0.

Macros

Wrapper of EBox::new.

Structs

The Box which use php emalloc and efree to manage memory.

Traits

Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.
Duplicate an object without deep copy, but to only add the refcount, for php refcount struct.