Crate phper_alloc

Source
Expand description

§phper-alloc

Allocator related items for phper.

§License

MulanPSL-2.0.

Macros§

ebox
Wrapper of EBox::new.

Structs§

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

Traits§

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